-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
{
"name": "generator-sizzle",
"version": "0.1.8",
"description": "Yeoman generator for creating single page webapps using Compass with Bourbon and Normalize, r.js optimiser and almond, jQuery, FastClick, jsSignals and the Greensock tweening engine.",
"license": "BSD",
"keywords": [
"yeoman-generator",
"sizzle",
"compass",
"livereload",
"normalize",
"bourbon",
"neat",
"almond",
"greensock",
"jquery",
"requirejs",
"fastclick",
"js-signals"
],
"homepage": "https://github.com/robertpataki/generator-sizzle",
"bugs": "https://github.com/robertpataki/generator-sizzle/issues",
"author": {
"name": "Rob Pataki",
"email": "rob@voom-interactive.com",
"url": "https://github.com/robertpataki"
},
"main": "app/index.js",
"repository": "robertpataki/generator-sizzle",
"files": [
"app"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-conventional-changelog": "~1.1.0",
"load-grunt-tasks": "~0.3.0"
},
"dependencies": {
"yeoman-generator": "^0.18.4",
"chalk": "^0.5.0",
"yosay": "^0.3.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
}
}