-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
42
43
{
"name": "photo_processing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "forever server/index.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/preposterous-kumquat/photoProcessing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/preposterous-kumquat/photoProcessing/issues"
},
"homepage": "https://github.com/preposterous-kumquat/photoProcessing#readme",
"dependencies": {
"aws-sdk": "^2.6.4",
"axios": "^0.14.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"clarifai": "^2.0.7",
"exif": "^0.6.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gm": "^1.23.0",
"imagemagick": "^0.1.3",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"pg": "^6.1.0",
"request": "^2.75.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"mocha": "^3.0.2",
"should": "^11.1.0",
"supertest": "^2.0.0"
}
}