forked from jsdoc2md/ddata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 963 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 963 Bytes
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
{
"name": "ddata",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.19",
"description": "ddata",
"repository": "https://github.com/jsdoc2md/ddata.git",
"main": "./lib/ddata.js",
"keywords": [],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "tape test/*.js",
"lint": "jshint lib/*.js test/*.js; echo",
"docs": "jsdoc2md -t jsdoc2md/README.hbs -l hbs lib/*.js > README.md; echo",
"p1": "jsdoc-parse '../jsdoc-parse/test/fixture/**/*.js' > test/fixture/everything.json",
"p2": "jsdoc-parse ../file-set/lib/file-set.js > test/fixture/file-set.json",
"p3": "jsdoc-parse ../handbrake-js/lib/* > test/fixture/handbrake.json",
"p": "npm run p1; npm run p2; npm run p3; echo"
},
"devDependencies": {
"tape": "^3.4.0"
},
"dependencies": {
"array-tools": "^1.3.0",
"handlebars": "^3.0.3",
"marked": "^0.3.3",
"object-tools": "^1.1.1",
"string-tools": "^0.1.5"
}
}