forked from mazerte/generator-footguard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
{
"name": "generator-school-report",
"version": "0.1.2",
"description": "Yeoman generator for writing school reports (printable and web). Supports MathJax. Uses Coffee, SaSS / ScSS, Compass, Bourbon.",
"keywords": [
"yeoman-generator",
"yeoman",
"generator",
"framework",
"bower",
"coffeescript",
"requirejs",
"backbone",
"front-end",
"bootstrap",
"workflow",
"mocha",
"unit test",
"kss",
"app"
],
"homepage": "https://github.com/myrtleTree33/generator-school-report",
"bugs": "https://github.com/myrtleTree33/generator-school-report/issues",
"author": {
"name": "jhtong"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/myrtleTree33/generator-school-report.git"
},
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"yeoman-generator": "git://github.com/yeoman/generator",
"path": "~0.4.9",
"util": "~0.10.1",
"underscore.inflections": "~0.2.1",
"grunt": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.16.1",
"istanbul": "~0.2.0",
"coveralls": "~2.6.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
],
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "generator-school-report"
}