-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"name": "watsonwork-filesync",
"version": "1.0.2",
"description": "IBM Watson Workspace FileSync",
"main": "lib/app.js",
"scripts": {
"start": "node lib/app.js",
"babel": "babel app.js --out-dir lib",
"build": "npm run babel"
},
"author": "Shawn thompson",
"license": "Apache-2.0",
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-cli": "^6.10.1",
"body-parser": "^1.15.2",
"request": "^2.76.0",
"watch": "^1.0.1",
"mime-types": "^2.1.14",
"image-size": "^0.5.1",
"form-data": "^2.1.2"
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "http://github.ibm.com/ssthomps/watsonwork-filesync"
},
"engines": {
"node": ">=5.11.1",
"npm": ">=3.8.6"
}
}