-
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.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 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": "hello-world",
"version": "0.0.1",
"private": "true",
"description": "My new Apigee 127 Project",
"keywords": [],
"author": "",
"license": "",
"main": "app.js",
"dependencies": {
"a127-magic": "^0.12.0",
"express": "3.x.x",
"jsonwebtoken": "^7.0.1",
"membership": "git+https://github.com/js-backend/membership.git",
"swagger-tools": "^0.10.1",
"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": {
"mocha": "^2.5.3",
"should": "4.4.x",
"supertest": "0.15.x"
},
"scripts": {
"start": "node app.js",
"test": "node_modules/.bin/mocha"
},
"api": {
"name": "hello-world",
"basePath": "/hello-world",
"main": "app.js"
},
"engines": {
"node": "4.2.2"
}
}