-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 997 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 997 Bytes
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
{
"name": "sears-local-delivery",
"version": "0.0.1",
"private": "true",
"description": "My new Apigee 127 Project",
"keywords": [],
"author": "",
"license": "",
"main": "app.js",
"dependencies": {
"a127-magic": "^0.11.0",
"bluebird": "^2.9.34",
"express": "3.x.x",
"json-query": "^1.5.0",
"koa-request": "^1.0.0",
"request": "^2.60.0",
"volos-analytics-apigee": "",
"volos-analytics-common": "",
"volos-analytics-memory": "",
"volos-cache-apigee": "",
"volos-cache-memory": "",
"volos-cache-redis": "",
"volos-oauth-apigee": "",
"volos-oauth-redis": "",
"volos-quota-apigee": "",
"volos-quota-memory": "",
"volos-quota-redis": "",
"volos-spikearrest-memory": ""
},
"devDependencies": {
"should": "4.4.x",
"supertest": "0.15.x"
},
"scripts": {
"start": "node app.js"
},
"api": {
"name": "sears-local-delivery",
"basePath": "/sears-local-delivery",
"main": "app.js"
}
}