-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 KB
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
46
47
48
49
50
51
{
"name": "browser",
"description": "The atom documentation generator utility",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"bin": "bin/browser",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/atomproject/browser.git"
},
"author": "Ajinkya Tejankar <tejankarajinkya@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomproject/browser/issues"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/atomproject/browser#readme",
"dependencies": {
"bower": "^1.7.1",
"bower-endpoint-parser": "^0.2.2",
"browser-sync": "^2.13.0",
"cheerio": "^0.19.0",
"crisper": "^2.0.1",
"front-matter": "^2.0.1",
"globby": "^4.0.0",
"gunzip-maybe": "^1.3.1",
"hydrolysis": "^1.21.4",
"inquirer": "^1.0.2",
"liquid-node": "^2.6.1",
"marked": "^0.3.5",
"minimist": "^1.2.0",
"node-fetch": "^1.3.3",
"node-static": "^0.7.7",
"q": "^1.4.1",
"q-io": "^1.13.2",
"request": "^2.72.0",
"tar-fs": "^1.12.0",
"url": "^0.11.0",
"verror": "github:davepacheco/node-verror",
"vulcanize": "^1.14.0"
},
"version": "1.0.0",
"devDependencies": {
"chai": "*",
"mocha": "*"
}
}