-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "dataanalysis",
"version": "0.0.1",
"description": "cryptocracy dataanalysis backend service",
"main": "./src",
"scripts": {
"test": "mocha ./test",
"start-prod": "NODE_ENV=prod nodemon ./src/index.js",
"start-dev": "NODE_ENV=dev nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptocracyexchange/dataanalysis.git"
},
"author": "Harry Bellenie",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryptocracyexchange/dataanalysis/issues"
},
"homepage": "https://github.com/cryptocracyexchange/dataanalysis#readme",
"dependencies": {
"big.js": "^3.1.3",
"chalk": "^1.1.3",
"cron": "^1.2.1",
"deepstream.io-client-js": "^2.1.1",
"express": "^4.14.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"node-cron": "^1.1.2"
},
"devDependencies": {
"deepstream.io": "^2.1.2",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.8.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0"
}
}