forked from CharlesJUDITH/centreon-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "centreon-angular-ui",
"description": "rackmonkey is a web tool allowing to monitor and manipulate network devices.",
"license": "MIT",
"repository": "cbragard/centreon",
"version": "0.0.1",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"body-parser": "1.9.0",
"errorhandler": "1.2.0",
"express": "4.9.5",
"express-session": "1.8.2",
"jade": "1.7.0",
"method-override": "2.2.0",
"morgan": "1.3.2",
"multer": "0.1.4",
"serve-favicon": "2.1.5",
"connect-livereload": "0.4.0",
"bower": "1.3.12",
"coffee-script": "1.8.0",
"less": "2.2.0",
"phantomjs": "1.9.10",
"coffeelint": "1.6.0",
"chromedriver": "2.10.0-1",
"selenium-server-standalone-jar": "2.44.0",
"karma": "0.12.24",
"karma-jasmine": "0.1.5",
"karma-requirejs": "0.2.2",
"karma-junit-reporter": "0.2.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-coverage": "0.2.6",
"gulp": "3.8.10",
"gulp-concat": "2.4.2",
"gulp-util": "3.0.1",
"gulp-coffee": "2.2.0",
"gulp-less": "2.0.1",
"gulp-nodemon": "1.0.4",
"gulp-coffeelint": "0.4.0",
"gulp-ng-html2js": "0.1.8",
"gulp-rename": "1.2.0",
"gulp-ngdocs": "0.1.10",
"gulp-tar": "1.3.1",
"gulp-uglify" : "1.0.2",
"gulp-plumber": "0.6.6",
"gulp-gzip": "0.0.8",
"gulp-notify": "2.1.0",
"gulp-requirejs": "0.1.3",
"gulp-livereload": "2.1.0",
"gulp-changed": "1.1.0",
"gulp-if": "1.2.5",
"gulp-protractor" : "0.0.7",
"run-sequence": "1.0.2",
"del": "1.1.0",
"yargs": "1.3.3"
}
}