forked from Juniper/contrail-web-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.48 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
58
59
60
{
"name": "contrail-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "make test"
},
"dependencies": {
"express": "3.0.3",
"winston": "0.6.2",
"underscore": "1.4.3",
"cluster": "0.7.7",
"async": "0.1.22",
"mocha": "1.7.4",
"chai": "1.4.2",
"mime": "1.2.9",
"debug": "0.7.0",
"kue": "0.5.0",
"axon": "0.5.0",
"redis": "0.8.2",
"request": "2.12.0",
"restler": "2.0.1",
"JSONPath": "0.9.1",
"crypto": "0.0.3",
"helenus": "0.6.2",
"ssh2": "0.2.12",
"uuid-js": "0.7.4",
"xml2js": "0.2.3",
"redis-rstream": "0.1.2",
"connect-redis": "1.4.5",
"request-timeout": "0.0.2"
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-concat": "0.3.0",
"grunt-qunit-junit": "0.1.0",
"grunt-blanket-qunit": "0.2.0",
"grunt-node-qunit": "2.0.2",
"qunit": "0.5.18",
"grunt-karma": "0.6.2",
"karma": "0.10.2",
"karma-qunit": "0.1.1",
"karma-coverage": "0.1.5",
"karma-htmlfile-reporter": "0.1.0",
"karma-firefox-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.2",
"qunitjs": "1.14.0",
"karma-chrome-launcher": "0.1.2",
"karma-html2js-preprocessor": "0.1.0",
"karma-junit-reporter": "0.2.1",
"karma-safari-launcher": "0.1.1",
"sinon": "1.9.1",
"karma-sinon": "1.0.3",
"karma-requirejs": "0.2.2",
"grunt-cli": "0.1.13"
}
}