-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "source",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"cordova": "^3.6.3-0.2.13",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cordovacli": "^0.5.1",
"grunt-execute": "^0.2.2",
"grunt-filerev": "^2.1.1",
"grunt-injector": "^0.5.4",
"grunt-multiresize": "^0.3.1",
"grunt-ng-annotate": "^0.4.0",
"grunt-sync": "^0.2.0",
"grunt-text-replace": "^0.3.12",
"grunt-usemin": "^2.5.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"shelljs": "^0.3.0",
"xmldom": "^0.1.19"
},
"engines": {},
"scripts": {}
}