-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
55 lines (55 loc) · 1.16 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-style-prototype",
"version": "2.1.0",
"description": "Yeoman generator for style prototypes",
"keywords": [
"yeoman-generator",
"web",
"app",
"front-end",
"design-in-browser",
"style-guide",
"sass"
],
"homepage": "https://github.com/north/generator-style-prototype",
"bugs": "https://github.com/north/generator-style-prototype/issues",
"author": {
"name": "Sam Richard",
"url": "https://github.com/Snugug"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/north/generator-style-prototype.git"
},
"files": [
"app",
"shared.js",
"section",
"pattern",
"extension",
"style-tile"
],
"dependencies": {
"chalk": "^0.4.0",
"dateformat": "^1.0.8-1.2.3",
"execSync": "~1.0.1-pre",
"fs-extra": "^0.8.1",
"gulp-util": "^2.2.20",
"inquirer": "^0.4.1",
"js-yaml": "^3.1.0",
"lodash": "^1.3.1",
"underscore.string": "~2.3",
"validator": "^3.16.1",
"yeoman-generator": "^0.16.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
],
"devDependencies": {}
}