-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
76 lines (76 loc) · 1.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "roboconf-web-administration",
"version": "0.0.0",
"homepage": "http://roboconf.net",
"description": "Web administration for Roboconf",
"keywords": [
"cloud",
"deployment",
"orchestration"
],
"dependencies": {
"bower": "~1.3.8",
"express": "~3.4.7"
},
"devDependencies": {
"angular-translate-quality": "1.3.0",
"chai": "^2.3.0",
"collections": "^5.0.4",
"del": "^1.1.1",
"diff": "^3.2.0",
"glob": "^7.1.0",
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-gjslint": "^0.1.5",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "3.1.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.2.4",
"gulp-webserver": "^0.9.1",
"karma": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.4",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.8.0",
"merge-stream": "^0.1.7",
"mocha": "^3.4.2",
"path-exists": "^1.0.0",
"phantomjs": "1.9.9",
"wiredep": "^2.1.0"
},
"scripts": {
"postinstall": "node ./node_modules/bower/bin/bower install",
"test": "gulp test"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/roboconf/roboconf-web-administration/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/roboconf/roboconf-web-administration"
},
"author": "Linagora",
"contributors": [
{
"name": "Vincent Zurczak"
},
{
"name": "Christophe Hamerling"
},
{
"name": "Amadou Diarra"
}
]
}