-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "generator-start-site",
"version": "1.1.1",
"description": "Yeoman generator to make a starter site for beginning development quickly and easily using html or Jade templates",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/Designer023/generator-start-site"
},
"author": "Carl Topham (https://github.com/Designer023)",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [ "yeoman-generator", "yeoman", "generator", "website", "grunt", "sass", "template", "website template", "html", "bower", "jade" ],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"bugs": {
"url": "https://github.com/Designer023/generator-start-site/issues"
},
"homepage": "https://github.com/Designer023/generator-start-site",
"directories": {
"test": "test"
}
}