-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json.j2
More file actions
52 lines (49 loc) · 1.23 KB
/
package.json.j2
File metadata and controls
52 lines (49 loc) · 1.23 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
47
48
49
50
51
52
{
"description": "dependencies for nodejs codebox",
"name": "nodejs-codebox",
"version": "0.0.1",
"dependencies": {
"axios": "^0.13.1",
"request": "*",
"promise": "^7.0.1",
"node-slackr": "^0.1.0",
"ioredis": "^1.6.1",
"lodash" : "^4.5.0",
"geopoint" : "~1.0.1",
"cheerio": "^0.19.0",
"braintree": "^1.35.0",
"mailgun-js": "^0.7.0",
"gm": "^1.21.1",
"aws-sdk": "~2.2.40",
"sparkpost": "~1.2.0",
"twilio": "^2.9.0",
"node-wit": "^2.0.0",
"keen.io" : "~0.1.3",
"crypto-js" : "3.1.6",
"vd" : "~0.8.2",
"moment" : "~2.12.0",
"html-pdf" : "~2.0.1",
"bluebird": "~2.9.12",
"cluster": "^0.7.7",
"cron": "^1.1.0",
"del": "1.1.1",
"gearmanode": "^0.9.2",
"geolib": "~2.0.14",
"gifencoder": "1.0.6",
"googlemaps": "0.1.20",
"jimp": "0.2.24",
"mkdirp": "0.5.0",
"png-file-stream": "1.0.0",
"polyline": "0.0.3",
"plivo": "^0.4.0",
"q": "1.1.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"plaid": "^2.0.1",
"adm-zip": "^0.4.7",
{% for machinepack in machinepacks %}"{{ machinepack }}": "*",
{% endfor %}
"syncano-js-4": "^4.1.4",
"syncano": "~1.0.25"
}
}