-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 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
{
"name": "testTaskGitHub",
"version": "0.0.1",
"dependencies": {
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-register": "^6.14.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"lodash": "^4.15.0",
"mongodb": "^2.2.9",
"nconf": "^0.8.4",
"request": "^2.74.0"
},
"bin": {
"testTask": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alexsey/testTaskGitHub.git"
},
"author": "Alexsey",
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint-config-standard": "^6.0.1",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"standard": "^8.0.0"
},
"preferGlobal": true
}