forked from gf3/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (24 loc) · 695 Bytes
/
package.json
File metadata and controls
25 lines (24 loc) · 695 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
{ "name" : "sandbox"
, "description": "A nifty javascript sandbox for node.js"
, "homepage" : "http://gf3.github.com/sandbox/"
, "author" : "Gianni Chiappetta <gianni@runlevel6.org> (http://gf3.ca)"
, "contributors":
[ "Bradley Meck <bradley.meck@gmail.com>"
, "Dominic Tarr (http://cyber-hobo.blogspot.com)"
]
, "version" : "0.8.4"
, "main" : "./lib/sandbox"
, "directories" : { "lib" : "./lib" }
, "engines" : [ "node >=0.5.0" ]
, "devDependencies" :
{ "should": ">=0.5.1"
}
, "repository" :
{ "type" : "git"
, "url" : "https://gf3@github.com/gf3/sandbox.git"
}
, "license" :
{ "type" : "Public Domain"
, "url" : "http://github.com/gf3/sandbox/raw/master/UNLICENSE"
}
}