forked from dominictarr/noderify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "noderify",
"description": "browserify for node",
"version": "3.0.1",
"homepage": "https://github.com/dominictarr/noderify",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/noderify.git"
},
"dependencies": {
"minimist": "^1.1.2",
"module-deps": "^4.0.7",
"rc": "^1.1.6",
"resolve": "^1.1.6",
"sort-stream": "^1.0.1",
"through2": "^2.0.0"
},
"bin": "./bin.js",
"devDependencies": {
"leveldown": "^1.7.2",
"sodium-native": "^1.10.2"
},
"scripts": {
"prepublish": "./test/index.sh && ./index.js index.js > bin.js && npm ls",
"test": "./test/index.sh"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}