-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"name": "apitest",
"version": "1.1.0",
"description": "API and DAL to support CRUD operations on automobile items",
"main": "addData.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monaghancj/apiTest.git"
},
"author": "Cameron Monaghan",
"license": "ISC",
"bugs": {
"url": "https://github.com/monaghancj/apiTest/issues"
},
"homepage": "https://github.com/monaghancj/apiTest#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"node-http-error": "^1.0.0",
"node-uuid": "^1.4.7",
"pouchdb-http": "^5.4.5",
"pouchdb-mapreduce": "^5.4.5",
"server-summary": "^6.0.1",
"url": "^0.11.0",
"zero-config": "^7.0.1",
"ramda": "^0.22"
}
}