This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
66 lines (66 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "generator-angularjs-cordova",
"version": "1.1.0",
"description": "A yeoman generator which combines the best features and practices to initialise and scaffold an AngularJS based cordova mobile app using a module based approach. Includes Angular UI, Bootstrap 3.",
"license": "MIT",
"homepage": "http://keshavos.github.io/generator-angularjs-cordova",
"repository": {
"type": "git",
"url": "git://github.com/keshavos/generator-angularjs-cordova.git"
},
"author": {
"name": "Keshav OS",
"email": "keshav.os@gmail.com",
"url": "https://github.com/keshavos"
},
"bugs": {
"url": "http://github.com/keshavos/generator-angularjs-cordova/issues",
"email": "keshav.os@gmail.com"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"yeoman-generator",
"angularjs",
"cordova",
"phonegap",
"bootstrap3",
"grunt"
],
"dependencies": {
"chalk": "~0.4.0",
"cordova": "4.3.0",
"fs-extra": "2.1.2",
"underscore.inflections": "0.2.1",
"wiredep": "4.0.0",
"yeoman-generator": "^0.16.0"
},
"devDependencies": {
"async": "~0.2.9",
"csslint": "^0.10.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-release": "~0.6.0",
"jshint": "^2.5.1",
"load-grunt-tasks": "~0.3.0",
"mocha": "~1.21.4",
"semver": ">=4.3.2",
"temp": "~0.8.1",
"underscore.string": "~2.3.1",
"xunit-file": "0.0.5",
"shell-quote": ">=1.6.1",
"cli": ">=1.0.0",
"minimatch": ">=3.0.2",
"deep-extend": ">=0.5.1",
"cryptiles": ">=4.1.2",
"debug": ">=2.6.9",
"superagent": ">=3.7.0",
"hawk": ">=3.1.3",
"mime": ">=1.4.1",
"growl": ">=1.10.0",
"hoek": ">=4.2.1",
"ms": ">=0.7.1",
"tar": ">=2.2.2"
}
}