-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 971 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 971 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
{
"name": "generator-angular-page",
"version": "0.1.11",
"description": "Yeoman.io generator fo Angular.io page with routing.",
"files": ["generators"],
"scripts": {
"build": "tsc > build.log 2>&1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepipecat/yo-angular-page.git"
},
"keywords": ["yeoman-generator", "yeoman", "generator", "angular", "page"],
"author": {
"name": "Pedro Xudre",
"email": "xudre@me.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/thepipecat/yo-angular-page/issues"
},
"homepage": "https://github.com/thepipecat/yo-angular-page#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"uppercamelcase": "^3.0.0",
"yeoman-generator": "^2.0.3"
},
"devDependencies": {
"@types/mkdirp": "^0.5.2",
"@types/uppercamelcase": "^3.0.0",
"@types/yeoman-generator": "^2.0.1",
"typescript": "^2.7.2"
}
}