-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 944 Bytes
/
package.json
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
{
"name": "coin_board",
"version": "0.0.1Beta",
"description": "Crypto assets management board",
"main": "./INIT_DEV.sh -staging development local",
"scripts": {
"preinstall": "cd coin_board && yarn install",
"start": "./INIT_DEV.sh -staging development local",
"test": "./INIT_DEV.sh -lt"
},
"repository": "https://github.com/MyAssetBoard/coinboard-webapp",
"author": "Trevis Gulby <[email protected]>",
"license": "MIT",
"dependencies": {
"eslint": "^5.0.0",
"mongodb": "^3.0.10",
"pm2": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov.io": "^0.1.6",
"ejs-lint": "^0.3.0",
"eslint-config-google": "^0.10.0",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"nyc": "^12.0.2",
"rewire": "^4.0.1",
"sinon": "^6.0.0",
"sinon-chai": "^3.1.0",
"supertest": "^3.1.0",
"yarn": "^1.7.0"
}
}