-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 877 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
{
"name": "colorpic",
"version": "1.0.0",
"description": "Create color pallettes from photo inspirations",
"main": "server.js",
"scripts": {
"client-install": "cd client && npm install",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Fu-Lin Liu",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"clarifai": "^2.9.0",
"concurrently": "^3.5.1",
"express": "^4.16.2",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.20",
"nodemon": "^1.14.7",
"npm": "^6.9.0",
"request": "^2.88.0",
"xmlhttprequest": "^1.8.0"
},
"engines": {
"node": "10.x"
},
"homepage": "https://color-pic.herokuapp.com/"
}