-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "swatchtones",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markcmurphy/swatchtones.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/markcmurphy/swatchtones/issues"
},
"homepage": "https://github.com/markcmurphy/swatchtones#readme",
"dependencies": {
"algorithmia": "^0.3.10",
"angular-file-upload": "^2.5.0",
"angular-filter": "^0.5.16",
"angular-ui-router": "^1.0.3",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.1",
"browserify": "^14.4.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"express-session": "^1.15.5",
"express-sessions": "^1.0.6",
"jsonwebtoken": "^8.0.1",
"mongoose": "^4.11.11",
"node-vibrant": "^3.0.0-alpha.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"skintone": "^1.0.0",
"watchify": "^3.9.0"
}
}