-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.11 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
{
"name": "generator-browserify",
"version": "0.4.1",
"description": "Yeoman generator with Browserify and your choice of Foundation 5 or Bootstrap 3",
"keywords": [
"yeoman-generator",
"generator",
"browserify",
"foundation",
"zurb",
"bootstrap",
"commonjs",
"cjs",
"jade",
"modernizr",
"web",
"app",
"front-end",
"gulp",
"grunt"
],
"homepage": "https://github.com/vincentmac/generator-browserify",
"bugs": "https://github.com/vincentmac/generator-browserify/issues",
"author": {
"name": "Vincent Mac",
"email": "vincent@simplicity.io",
"url": "https://github.com/vincentmac"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/vincentmac/generator-browserify.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"yeoman-generator": "^0.17.7"
},
"devDependencies": {
"mocha": "^1.19.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}