-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (36 loc) · 839 Bytes
/
package.json
File metadata and controls
38 lines (36 loc) · 839 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
35
36
37
38
{
"name": "smart-brain-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"engines": {
"node": "9.2.0",
"npm": "5.5.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"clarifai": "^2.7.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"knex": "^0.14.6",
"nodemon": "^1.17.4",
"pg": "^7.4.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bellalo12/smart_brain_api.git"
},
"bugs": {
"url": "https://github.com/bellalo12/smart_brain_api/issues"
},
"homepage": "https://github.com/bellalo12/smart_brain_api#readme"
}