forked from diegonetto/generator-ionic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.32 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
{
"name": "generator-ionic",
"version": "0.7.3",
"description": "A generator for the Ionic Framework",
"keywords": [
"yeoman-generator",
"ionic",
"framework",
"ionicframework",
"angularjs",
"hybrid",
"mobile",
"app"
],
"homepage": "https://github.com/diegonetto/generator-ionic",
"bugs": "https://github.com/diegonetto/generator-ionic/issues",
"author": {
"name": "Diego Netto",
"email": "[email protected]",
"url": "https://github.com/diegonetto"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/diegonetto/generator-ionic.git"
},
"scripts": {
"test": "mocha --timeout 5000"
},
"dependencies": {
"chalk": "^0.5.1",
"cordova": "^4.2.0",
"lodash": "^3.1.0",
"mout": "^0.11.0",
"npm-name": "^1.0.3",
"superb": "^1.1.2",
"yeoman-generator": "^0.18.7",
"yosay": "^1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-conventional-changelog": "^1.1.0",
"grunt-release": "^0.11.0",
"load-grunt-tasks": "^3.1.0",
"marked": "^0.3.3",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"semver": "^4.2.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}