forked from larsonjj/generator-yeogurt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "generator-yeogurt",
"version": "0.13.6",
"description": "A “Choose your own adventure” generator for creating static sites and single page applications. Helps you harness the power of your favorite tools: React + Flux, Backbone, Jade, Swig, Express, Grunt and much more!",
"keywords": [
"yeoman-generator",
"yeogurt",
"frontend",
"html5",
"modernizr",
"jade",
"swig",
"sass",
"less",
"requirejs",
"browserify",
"dashboard",
"backbone",
"react",
"jsx",
"flux",
"express",
"jsdoc",
"kss",
"styleguide",
"api",
"handlebars",
"lodash"
],
"homepage": "https://github.com/larsonjj/generator-yeogurt",
"bugs": "https://github.com/larsonjj/generator-yeogurt/issues",
"author": {
"name": "Jake Larson",
"email": "[email protected]",
"url": "https://github.com/larsonjj"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/larsonjj/generator-yeogurt.git"
},
"scripts": {
"clean": "rimraf node_modules coverage test/app/temp test/subgenerators/temp",
"test": "istanbul cover _mocha -- test/**/*.js --reporter list --timeout 100000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"localtest": "mocha test/**/*.js -b --reporter spec",
"localtest-report": "istanbul cover _mocha test/**/*.js && open ./coverage/lcov-report/index.html"
},
"dependencies": {
"yeoman-generator": "~0.17.7",
"colors": "~0.6.2",
"lodash": "~2.4.1",
"rimraf": "2.2.8"
},
"devDependencies": {
"coveralls": "~2.11.0",
"fixture-stdout": "~0.2.1",
"istanbul": "~0.3.2",
"mocha": "~1.17.0",
"mocha-lcov-reporter": "~0.0.1"
},
"peerDependencies": {
"yo": ">=1.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}