-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 880 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
{
"name": "generator-gulper",
"version": "2.0.2",
"description": "The ultimate Gulp webapp generator",
"license": "MIT",
"main": "app/index.js",
"repository": "leaky/generator-gulper",
"author": {
"name": "Matthew Leak",
"email": "",
"url": "https://github.com/leaky"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator", "gulp", "web", "app", "front-end", "node", "angular", "angular-routes", "autoprefixer", "browserify", "browserify shim", "browsersync", "coffeescript", "compass", "handlebars", "livereload", "minify", "notify", "sass", "scss", "watchify", "jquery"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}