-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 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
32
33
{
"name": "readmejs",
"version": "0.0.1",
"description": "Generate easy documentation from JS comments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seebigs/readmejs.git"
},
"author": "Chris Bigelow <seebigswork@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/seebigs/readmejs/issues"
},
"dependencies": {
"app-module-path": "^1.1.0",
"ast-parents": "^0.0.1",
"ast-traverse": "^0.1.1",
"del": "^2.2.1",
"esprima": "^2.7.2",
"glob": "^7.0.3",
"mkdirp": "^0.5.1",
"parse-comments": "^0.4.3",
"seebigs-resolve": "^1.0.0",
"seebigs-utils": "^1.1.0"
},
"devDependencies": {
"eslint": "^3.3.1"
}
}