-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 739 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 739 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
{
"name": "pxpoint",
"version": "0.0.0",
"description": "Market data aggregrator, transformer, and transmission system.",
"main": "src/index.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"babel": "^5.8.38",
"lodash": "^4.12.0",
"node-uuid": "^1.4.7",
"pxpoint-coinbase": "^0.0.0",
"redis": "^0.12.1",
"ws": "^1.1.0"
},
"devDependencies": {
"babel": "^5.8.38",
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0"
},
"scripts": {
"test": "mocha test",
"start": "node entrypoint.js",
"debug": "babel-node --presets es2015 --debug -- src/index.js"
},
"author": "Brett Jackson <brett@brettjackson.org>",
"license": "BSD-3-Clause"
}