-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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
{
"name": "schema_transformation",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/test_*.js"
},
"dependencies": {
"amqp": "^0.2.4",
"amqp-coffee": "^0.1.27",
"async": "latest",
"aws-sdk": "latest",
"azure-functions": "1.0.2",
"azure-storage": "^2.5.0",
"base-64": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"chai": "latest",
"googleapis": "21.3.0",
"journey": "^0.4.0-pre-3",
"jsonfile": "latest",
"knex": "latest",
"lodash": "^4.17.4",
"log4js": "latest",
"log4js-logstash": "latest",
"log4js-node-amqp": "^1.0.2",
"mime-types": "^2.1.10",
"mocha": "latest",
"moment": "^2.18.1",
"mysql": "latest",
"node-gcm": "^0.14.6",
"redis": "latest",
"redis-scanner": "^0.1.1",
"request": "^2.79.0",
"s3": "^4.4.0",
"sinon": "latest",
"sinon-chai": "latest",
"socket.io": "1.3.7",
"socket.io-client": "latest",
"socket.io-redis": "2.0.1",
"superagent": "latest",
"taffy": "^2.6.2",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"util": "^0.10.3"
},
"devDependencies": {
"http-console": "latest"
}
}