-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 725 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 725 Bytes
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
{
"name": "generator-mobileangularui",
"version": "1.2.3",
"description": "Yeoman generator for Mobile Angular Ui",
"license": "MIT",
"main": "app/index.js",
"repository": "mcasimir/generator-mobileangularui",
"author": {
"name": "mcasimir",
"email": "",
"url": "https://github.com/mcasimir"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"mobile-angular-ui"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~1.0.0",
"yosay": "^0.1.0",
"slug": "^0.5.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}