-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 932 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
40
41
42
43
44
{
"name": "generator-devtools-theme",
"version": "0.1.0",
"description": "Yeoman Generator for Chrome DevTools Theme",
"keywords": [
"chrome",
"devtools",
"theme",
"yeoman-generator"
],
"homepage": "https://github.com/zenorocha/generator-devtools-theme",
"bugs": "https://github.com/zenorocha/generator-devtools-theme/issues",
"author": {
"name": "Zeno Rocha",
"email": "[email protected]",
"url": "https://github.com/zenorocha"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/zenorocha/generator-devtools-theme.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.14.0"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}