forked from stellar-deprecated/stellard
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (32 loc) · 719 Bytes
/
package.json
File metadata and controls
38 lines (32 loc) · 719 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
{
"name": "stellard",
"version": "0.0.1",
"description": "Stellard Server",
"private": true,
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.9.0",
"extend": "~1.2.0",
"simple-jsonrpc": "~0.0.2",
"deep-equal": "0.0.0",
"bluebird": "^2.2.2",
"stellar-lib": "~0.9.2",
"unirest": "*"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"mocha": "~1.13.0",
"BigInt": "~5.4.5",
"superagent": "*"
},
"scripts": {
"test": "mocha test/websocket-test.js test/server-test.js test/*-test.{js,coffee}"
},
"repository": {
"type": "git",
"url": "git://github.com/stellar/stellard.git"
},
"readmeFilename": "README.md"
}