-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 826 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 826 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
{
"name": "codius-engine",
"version": "1.2.1",
"description": "Codius smart oracle runtime engine for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/codius/engine.git"
},
"scripts": {
"test": "./node_modules/.bin/istanbul test --preload-sources ./node_modules/.bin/_mocha -- --reporter spec test/*.js"
},
"dependencies": {
"bigi": "^1.3.0",
"bitcoinjs-lib": "^1.1.3",
"bluebird": "^2.3.5",
"codius-node-sandbox": "git://github.com/codius/codius-node-sandbox#v1.2.0",
"ecurve": "^1.0.0",
"extend": "^2.0.0",
"ignore": "^2.2.15",
"lodash": "^2.4.1"
},
"devDependencies": {
"chai": "^1.9.1",
"istanbul": "^0.2.13",
"mocha": "^1.20.1",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0"
},
"license": "ISC"
}