-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "rdm-app",
"version": "0.1.0",
"repository": "OpenLightingProject/rdm-app",
"author": {
"name": "Open Lighting Project",
"url": "https://www.openlighting.org/"
},
"contributors": [
"Simon Newton",
"Peter Newman",
"Dave Olsthoorn",
"Sean Sill",
"Florian Edelmann"
],
"devDependencies": {
"google-closure-compiler": "^20170910.0.0",
"google-closure-library": "^20170910.0.0",
"grunt": "^1.0.0",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-karma": "^0.12.2",
"grunt-stylelint": "^0.13.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.2.0",
"olp-javascript-style": "openlightingproject/javascript-style",
"stylelint": "^12.0.1",
"stylelint-config-recommended": "^3.0.0"
}
}