-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 774 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 774 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
34
35
36
{
"name": "nd",
"author": "Russ Frank <me@russfrank.us>",
"description": "a documentation viewer for node",
"version": "1.2.0",
"preferGlobal": true,
"homepage": "https://github.com/rf/nd",
"bugs": {
"url": "https://github.com/rf/nd/issues"
},
"repository": {
"url": "https://github.com/rf/nd.git",
"type": "git"
},
"dependencies": {
"flatiron": "0.1.x",
"underscore": "1.3.x",
"async": "0.1.x",
"colors": "0.6.x",
"wordwrap": "0.0.x",
"underscore.string": "2.2.x",
"npm": "*",
"request": "2.9.x",
"moar": "0.0.x"
},
"devDependencies": {
"mocha": "1.0.x"
},
"scripts": {
"test": "mocha -R spec -u tdd test/*-test.js",
"start": "node app.js"
},
"bin": {
"nd": "./bin/nd"
}
}