-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 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
32
33
34
{
"name": "tneu-api",
"version": "0.0.1",
"description": "Home of TNEU APIs",
"main": "index.js",
"scripts": {
"start": "node index",
"start-dev": "nodemon index",
"test": "lab"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vladgolubev/tneu-api.git"
},
"author": "Vlad Golubev <golubev.vld@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vladgolubev/tneu-api/issues"
},
"homepage": "https://github.com/vladgolubev/tneu-api#readme",
"devDependencies": {
"code": "^2.1.1",
"lab": "^10.3.0"
},
"dependencies": {
"cheerio": "^0.20.0",
"cookie": "^0.2.3",
"joi": "^8.0.5",
"lodash": "^4.6.1",
"request-promise": "^2.0.1",
"restify": "^4.1.1",
"seneca": "^1.4.0"
}
}