-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
44
45
46
{
"name": "Amble-API",
"version": "0.0.1",
"private": true,
"dependencies": {
"apn": "^2.1.4",
"async": "^2.4.0",
"aws-sdk": "^2.48.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"env2": "^2.1.1",
"express": "^4.14.1",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.5",
"mongoose-geojson-schema": "^2.1.2",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0"
},
"description": "API for Amble iOS app.",
"main": "app.js",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.2.1",
"supertest": "^3.0.0"
},
"scripts": {
"test": "istanbul cover _mocha test/main_test.js",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonomuller/Amble-API.git"
},
"author": "Jonathan Muller",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonomuller/Amble-API/issues"
},
"homepage": "https://github.com/jonomuller/Amble-API#readme"
}