-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 768 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
{
"name": "proxyworker",
"version": "2.1.1",
"author": "Gareth (Ari) Aye <ari@scidock.com>",
"description": "Simple wrapper for proxying api requests from mt to worker",
"license": "MPL-2.0",
"main": "build/index.js",
"files": ["proxyworker.js", "build/*"],
"scripts": {
"prepublish": "make",
"test": "flow"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"browserify": "9.0.8",
"chai": "2.2.0",
"chai-as-promised": "4.3.0",
"flow-bin": "^0.69.0",
"requirejs": "2.1.17"
},
"repository": {
"type": "git",
"url": "https://github.com/scidock/proxyworker"
}
}