-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
51 lines (51 loc) · 1.15 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "KivaLensServer",
"version": "0.5.0",
"description": "KivaLens NodeJS Server",
"main": "index.js",
"scripts": {
"start": "node cluster.js"
},
"dependencies": {
"airbrake": "^2.1.0",
"cluster-hub": "^0.1.2",
"compression": "^1.7.0",
"datejs": "^1.0.0-rc3",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-graphql": "^0.6.11",
"express-http-proxy": "^0.11.0",
"express-ipfilter": "^0.2.6",
"extend": "^3.0.0",
"graphql": "^0.9.1",
"helmet": "^3.8.1",
"jquery-deferred": "^0.3.0",
"linqjs": "0.0.6",
"memwatch-next": "^0.3.0",
"mime-types": "^2.1.17",
"newrelic": "^1.40.0",
"node-cloud-vision-api": "^0.2.0",
"redis": "^2.8.0",
"rss": "^1.2.1",
"semaphore": "^1.1.0",
"serve-static": "^1.12.4",
"socket.io-client": "^0.9.1",
"vhost": "^3.0.2",
"webworker-threads": "^0.7.13",
"xhr2": "^0.1.3"
},
"engines": {
"node": "5.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/nuclearspike/kivalensjs"
},
"keywords": [
"kiva",
"kivalens",
"microfinance"
],
"license": "MIT",
"devDependencies": {}
}