-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 924 Bytes
/
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
{
"name": "dev-documentation",
"version": "2.1.0-alpha1",
"description": "a documentation writing tool",
"scripts": {
"test": "eslint . && tap test/*.test.js"
},
"keywords": [
"documentation",
"write",
"tool"
],
"bin": {
"dev-documentation": "bin/dev-documentation"
},
"author": "Tom MacWright",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/documentationjs/dev-documentation"
},
"dependencies": {
"101": "^1.0.0",
"bistre": "^1.0.1",
"bole": "^2.0.0",
"chokidar": "^1.0.1",
"debounce": "^1.0.0",
"documentation": "2.1.0-alpha1",
"ecstatic": "^0.8.0",
"inject-lr-script": "^1.1.0",
"opn": "^3.0.2",
"routes-router": "^4.1.2",
"tiny-lr": "^0.2.1",
"vinyl-fs": "^1.0.0",
"xtend": "^4.0.0",
"yargs": "^3.7.2"
},
"devDependencies": {
"eslint": "^1.7.3",
"tap": "^2.2.0"
}
}