forked from gf3/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 851 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
{
"name": "sandbox",
"description": "A nifty javascript sandbox for node.js",
"homepage": "http://gf3.github.com/sandbox/",
"author": "Gianni Chiappetta <[email protected]> (http://gf3.ca)",
"bugs": "https://github.com/gf3/sandbox/issues",
"contributors": [
"Bradley Meck <[email protected]>",
"Dominic Tarr (http://cyber-hobo.blogspot.com)"
],
"version": "0.8.6",
"main": "./lib/sandbox",
"directories": {
"lib": "./lib"
},
"engines": [
"node >=0.5.0"
],
"devDependencies": {
"mocha": "1.20.1",
"should": "0.6.3",
"sinon": "~1.10.2"
},
"repository": {
"type": "git",
"url": "https://[email protected]/gf3/sandbox.git"
},
"scripts": {
"test": "mocha"
},
"license": {
"type": "Public Domain",
"url": "http://github.com/gf3/sandbox/raw/master/UNLICENSE"
}
}