-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "trabea",
"version": "0.1.0",
"description": "A theme engine for Toga documentation.",
"keywords": [
"toga",
"compiler",
"documentation",
"docblock",
"docs",
"doc"
],
"homepage": "https://github.com/togajs/trabea",
"bugs": "https://github.com/togajs/trabea/issues",
"license": "MIT",
"author": "Shannon Moeller <[email protected]> (http://shannonmoeller.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/togajs/trabea"
},
"scripts": {
"coveralls": "gulp test && cat ./coverage/lcov.info | coveralls",
"test": "gulp test"
},
"dependencies": {
"handlebars": "^2.0.0",
"handlebars-layouts": "^1.0.0",
"js-beautify": "^1.5.4",
"mtil": "^0.1.3",
"vinyl": "^0.4.6"
},
"devDependencies": {
"coveralls": "^2.11.2",
"event-stream": "^3.1.7",
"expect.js": "^0.3.1",
"gulp": "^3.8.10",
"gulp-istanbul": "^0.5.0",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.0.0",
"gulp-mocha": "^2.0.0",
"gulp-watch": "^3.0.0",
"jshint-stylish": "^1.0.0",
"vinyl-fs": "^0.3.13"
},
"engines": {
"node": ">= 0.10"
}
}