forked from TritonDataCenter/sdc-adminui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": "MNX Cloud (mnx.io)",
"name": "adminui",
"description": "Triton Operations Portal",
"version": "1.4.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/sdc-adminui.git"
},
"engines": {
"node": ">=0.10"
},
"browser": "./www/adminui.js",
"main": "./server.js",
"dependencies": {
"assert-plus": "1.0.0",
"backbone": "1.1.2",
"backbone.paginator": "2.0.2",
"browserify": "3.46.1",
"browserify-shim": "2.0.10",
"bunyan": "1.8.10",
"classnames": "1.2.2",
"clone": "0.1.19",
"filed": "0.1.0",
"handlebars": "4.7.7",
"kang": "1.1.0",
"less": "1.7.5",
"mime": "2.4.4",
"moment": "2.6.0",
"moray": "3.2.0",
"node-uuid": "1.4.7",
"promise": "6.1.0",
"react": "0.13.0",
"reactify": "1.0.0",
"restify": "4.3.1",
"sdc-clients": "13.0.2",
"superagent": "0.21.0",
"through": "2.3.4",
"trace-event": "1.3.0",
"triton-netconfig": "1.3.0",
"ufds": "1.8.0",
"uglify-js": "2.8.29",
"underscore": "1.13.1",
"underscore.string": "3.3.5",
"vasync": "2.2.0",
"verror": "1.10.0"
},
"devDependencies": {
"react-tools": "0.13.0"
},
"scripts": {
"test": "jest",
"start": "node server.js | bunyan"
},
"license": "MPL-2.0"
}