-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 987 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
34
35
36
37
{
"name": "thea-js-sdk",
"version": "1.0.2",
"description": "JS Sdk for interacting with the Thea Visual Diffing API",
"main": "lib/index.js",
"scripts": {
"test": "eslint . && jscs lib test && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thea-diffing/thea-js-sdk.git"
},
"author": "Eli White <github@eli-white.com> (http://eli-white.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thea-diffing/thea-js-sdk/issues"
},
"homepage": "https://github.com/thea-diffing/thea-js-sdk#readme",
"dependencies": {
"chai": "^3.2.0",
"form-data": "^0.2.0",
"fs-extra": "^0.24.0",
"node-fetch": "^1.3.2",
"tar.gz": "^1.0.1"
},
"devDependencies": {
"eslint": "1.3.1",
"jscs": "2.1.1",
"mocha": "2.3.0",
"nock": "2.10.0",
"rewire": "2.3.4",
"rewire-global": "1.0.7",
"sinon": "1.16.1",
"sinon-sandbox": "1.0.2",
"wealthfront-javascript": "2.3.0"
}
}