-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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-sample",
"version": "0.1.1",
"description": "A sample formatter for Toga documentation.",
"keywords": [
"togaplugin",
"formatter",
"example",
"iframe",
"sample"
],
"homepage": "https://github.com/togajs/toga-sample",
"bugs": "https://github.com/togajs/toga-sample/issues",
"license": "MIT",
"author": "Shannon Moeller <[email protected]> (http://shannonmoeller.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/togajs/toga-sample.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "gulp test"
},
"dependencies": {
"mtil": "^0.1.3",
"through2": "^0.6.5",
"traverse": "^0.6.6"
},
"devDependencies": {
"coveralls": "^2.11.2",
"event-stream": "^3.3.0",
"expect.js": "^0.3.1",
"gulp": "^3.8.11",
"gulp-istanbul": "^0.8.1",
"gulp-jscs": "^1.5.1",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"jshint-stylish": "^1.0.1",
"toga": "^0.4.0"
},
"engines": {
"node": ">= 0.10"
}
}