-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "stock_manager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asibat/stock_manager.git"
},
"bin": {
"stock": "./app.js"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/asibat/stock_manager/issues"
},
"homepage": "https://github.com/asibat/stock_manager#readme",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"inquirer": "^6.2.2",
"intl": "^1.2.5",
"lodash": "^4.17.13",
"nodemailer": "^5.1.1",
"nodemailer-sendgrid": "^1.0.3",
"pad": "^2.2.2",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"chai-subset": "^1.6.0",
"eslint": "^5.13.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"prettier": "^1.16.4"
}
}