-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "toga-pura",
"version": "0.1.2",
"description": "A light theme for Toga documentation.",
"keywords": [
"togaplugin",
"compiler"
],
"homepage": "https://github.com/togajs/toga-pura",
"bugs": "https://github.com/togajs/toga-pura/issues",
"license": "MIT",
"author": "Shannon Moeller <[email protected]> (http://shannonmoeller.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/togajs/toga-pura.git"
},
"scripts": {
"coveralls": "gulp test && cat ./coverage/lcov.info | coveralls",
"test": "gulp test"
},
"dependencies": {
"handlebars": "^2.0.0",
"handlebars-layouts": "^0.3.3",
"js-beautify": "^1.5.1",
"mtil": "^0.1.3",
"vinyl": "^0.4.3"
},
"devDependencies": {
"coveralls": "^2.11.1",
"event-stream": "^3.1.7",
"expect.js": "^0.3.1",
"gulp": "^3.8.8",
"gulp-istanbul": "^0.2.2",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.1",
"gulp-mocha": "^1.0.0",
"jshint-stylish": "^0.4.0",
"toga": "^0.2.2"
},
"engines": {
"node": ">= 0.10"
}
}