-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 857 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 857 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
37
38
39
40
41
{
"name": "codius-lang-js",
"version": "0.0.1",
"description": "V8 Javascript engine inside Native Client",
"scripts": {
"test": "mocha"
},
"respository": {
"type": "git",
"url": "https://github.com/codius/codius-lang-js.git"
},
"dependencies": {
"concat-stream": "^1.4.6",
"split": "^0.3.0",
"stream-parser": "~0.3.0"
},
"devDependencies": {
"mocha": "1.20.1",
"should": "0.6.3",
"sinon": "~1.10.2"
},
"main": "sandbox.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/codius/codius-lang-js.git"
},
"keywords": [
"sandbox",
"untrusted-code",
"secure",
"sfi"
],
"author": "Ripple Labs Inc. <info@ripple.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/codius/codius-lang-js/issues"
}
}