-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "app-demo",
"version": "0.1.0",
"description": "AngularJS Scaffold Demo",
"dependencies": {},
"devDependencies": {
"bower": "*",
"grunt": "0.4.x",
"grunt-bower-install": "1.6.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.4.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-htmlmin": "2.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-json-minify": "0.4.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-fixmyjs": "^0.3.0",
"grunt-usemin": "3.1.x",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0",
"grunt-ngdocs": "0.2.x",
"phantomjs": "~2.1.7",
"karma": "~1.2.0",
"grunt-karma": "~2.0.0",
"karma-phantomjs-launcher": "~1.0.1",
"jasmine-core": "~2.4.1",
"karma-jasmine": "~1.0.2",
"karma-spec-reporter": "0.0.26"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}