-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 832 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
32
33
34
35
36
37
38
39
{
"name": "generator-cordova",
"version": "0.0.3",
"description": "A generator for Yeoman",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/dangeross/generator-cordova",
"bugs": "https://github.com/dangeross/generator-cordova/issues",
"author": {
"name": "Ross Savage",
"email": "[email protected]",
"url": "https://github.com/dangeross"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/dangeross/generator-cordova.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.12.0",
"cordova": "~2.9.0",
"colors": "~0.6.0-1"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}