forked from TritonDataCenter/sdc-adminui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.77 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
{
"author": "Kevin Chan",
"name": "adminui",
"description": "SmartDataCenter Operations Portal",
"version": "1.0.6",
"private": true,
"repository": {
"git": "git@git.github.com:joyent/sdc-adminui.git"
},
"engines": {
"node": "0.8.x"
},
"browser": "./www/adminui.js",
"main": "./server.js",
"dependencies": {
"assert-plus": "0.1.5",
"async": "0.2.10",
"backbone": "1.1.2",
"backbone.paginator": "2.0.2",
"browserify": "3.46.1",
"browserify-shim": "2.0.10",
"bunyan": "1.3.5",
"classnames": "1.2.2",
"clone": "0.1.19",
"envify": "1.2.0",
"filed": "0.1.0",
"glob": "3.2.11",
"handlebars": "1.2.1",
"kang": "0.0.8",
"less": "1.7.5",
"mime": "1.2.11",
"moray": "git+ssh://git@github.com:joyent/node-moray.git#b84ef0e",
"node-uuid": "1.4.3",
"promise": "6.1.0",
"react": "0.13.0",
"reactify": "1.0.0",
"restify": "2.8.5",
"sdc-clients": "git+ssh://git@github.com:joyent/node-sdc-clients.git#a14ecff",
"sdc-events": "git+ssh://git@github.com:joyent/sdc-events.git",
"superagent": "0.21.0",
"through": "2.3.4",
"trace-event": "1.3.0",
"uglify-js": "2.4.16",
"underscore": "1.8.3",
"underscore.string": "3.0.3",
"watchify": "0.10.2"
},
"devDependencies": {
"node-dev": "^2.3.0",
"jest-cli": "^0.1.15",
"react-tools": "0.13.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/test/jsx-preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/backbone",
"<rootDir>/node_modules/superagent"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules"
]
},
"scripts": {
"test": "jest",
"start": "node server.js | bunyan"
},
"license": "MPL-2.0"
}