-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 844 Bytes
/
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
{
"name": "projectsystem",
"version": "0.0.0",
"repository": "https://github.com/wannabeCitizen/projectsystem",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"csso": "~1.3",
"grunt-angular-templates": "~0.5",
"grunt-bower-task": "~0.4",
"grunt-contrib-connect": "~0.8",
"grunt-contrib-requirejs": "~0.4",
"grunt-contrib-uglify": "~0.5",
"grunt-jslint": "~1.1",
"grunt-karma": "~0.8",
"grunt-npm-install": "~0.1",
"grunt-processhtml": "~0.3",
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.2",
"karma-junit-reporter": "~0.2",
"karma-phantomjs-launcher": "~0.1",
"karma-requirejs": "~0.2",
"less": "~1.7",
"load-grunt-tasks": "~0.4",
"requirejs": "~2.1"
},
"engines": {
"node": ">=0.10.30"
}
}