-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "ng-phonegap",
"description": "A workflow for building applications with AngularJS on PhoneGap.",
"version": "1.1.1",
"devDependencies": {
"bower": "~1.3.8",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-connect": "~0.8.0",
"grunt-symlink": "~0.4.0",
"grunt-ngmin": "0.0.3",
"karma": "~0.12.17",
"karma-jasmine": "~0.1.5",
"karma-ng-scenario": "~0.1.0",
"karma-chrome-launcher": "~0.1"
},
"readmeFilename": "README.md",
"bin": {
"ngphonegap": "./bin/run.js"
},
"dependencies": {},
"scripts": {
"scaffold": "node ./bin/ng-phonegap scaffold"
},
"gitHead": "4a46d4b3037fcf74001cfe5766672e71616c2820",
"repository": {
"type": "git",
"url": "git://github.com/calvinl/ng-phonegap.git"
},
"keywords": [
"angularjs",
"phonegap"
],
"author": "Calvin Lai",
"license": "BSD",
"bugs": {
"url": "https://github.com/calvinl/ng-phonegap/issues"
}
}