-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "codius",
"version": "1.2.1",
"description": "Codius command-line interface (CLI) for Node.js",
"main": "app.js",
"bin": "./bin/codius-cli.js",
"scripts": {
"test": "./node_modules/.bin/istanbul test --preload-sources ./node_modules/.bin/_mocha -- --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/codius/codius-cli.git"
},
"keywords": [
"codius",
"javascript",
"smart",
"oracle",
"contracts",
"distributed",
"autonomous",
"trustless",
"cloud",
"virtual"
],
"author": "Stefan Thomas <justmoon@members.fsf.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/codius/codius-cli/issues"
},
"homepage": "https://github.com/codius/codius-cli",
"devDependencies": {
"mocha": "~1.21.4",
"sinon": "~1.10.2",
"chai": "~1.9.2",
"sinon-chai": "~2.6.0",
"istanbul": "~0.3.2"
},
"dependencies": {
"bluebird": "^2.3.5",
"codius-engine": "^1.2.1",
"concat-stream": "^1.4.6",
"express": "^4.9.5",
"extend": "^2.0.0",
"lodash": "^3.2.0",
"nconf": "^0.6.9",
"nopt": "~3.0.1",
"npm": "^2.1.3",
"request": "^2.39.0",
"tar-stream": "^1.0.0",
"winston": "^0.8.1"
}
}