UNPKG

859 BJSONView Raw
1{
2 "name": "a127-skeleton",
3 "version": "0.0.1",
4 "private": "true",
5 "description": "My new Apigee 127 Project",
6 "keywords": [],
7 "author": "",
8 "license": "",
9 "main": "app.js",
10 "dependencies": {
11 "express": "3.x.x",
12 "a127-magic": "^0.12.0",
13 "volos-analytics-apigee": "",
14 "volos-analytics-common": "",
15 "volos-analytics-memory": "",
16 "volos-cache-apigee": "",
17 "volos-cache-memory": "",
18 "volos-cache-redis": "",
19 "volos-quota-apigee": "",
20 "volos-quota-memory": "",
21 "volos-quota-redis": "",
22 "volos-spikearrest-memory": "",
23 "volos-oauth-redis": "",
24 "volos-oauth-apigee": ""
25 },
26 "devDependencies": {
27 "should": "4.4.x",
28 "supertest": "0.15.x"
29 },
30 "scripts" : {
31 "start" : "node app.js"
32 },
33 "api": {
34 "name": "a127-skeleton",
35 "basePath": "/api",
36 "main": "app.js"
37 }
38}