forked from ibm-watson-data-lab/--deprecated--pipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
52
53
{
"name": "pipes",
"version": "0.1.0",
"description": "Tool for moving data to the cloud: e.g. Salesforce to Cloud",
"main": "server.js",
"scripts": {
"test": "NODE_CONFIG=tests/config/configYS1 ./node_modules/.bin/mocha ./tests",
"postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install"
},
"repository": "https://github.com/ibm-cds-labs/pipes",
"keywords": [
"dataworks",
"Salesforce",
"dashDb",
"Cloudant",
"Data Movement"
],
"dependencies": {
"async": "^1.2.1",
"body-parser": "^1.11.0",
"bower": "^1.4.1",
"cf-deployment-tracker-client": "0.0.7",
"cfenv": "*",
"cloudant": "^1.0.0",
"errorhandler": "~1.3.6",
"express": "^4.10.6",
"jsforce": "^1.4.1",
"jsonfile": "^2.2.1",
"lodash": "~3.9.3",
"moment": "^2.10.3",
"morgan": "^1.6.0",
"request": "~2.58.0",
"when": "~3.7.3",
"ws": "~0.7.2",
"http-proxy": "~1.11.1",
"cookie-parser": "~1.3.5",
"passport": "~0.2.2",
"jws": "0.2.5",
"base64url": "0.0.6",
"debug": "~2.0.0",
"oauth": "0.9.10",
"express-session": "1.11.3",
"node-schedule": "~0.2.9",
"bunyan": "^1.3.2",
"nconfig": "*"
},
"devDependencies": {
"mocha": "*"
},
"author": "[email protected]",
"license": "Apache-2.0",
"readmeFilename": "README.md"
}