-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "thea-test-uploader",
"version": "1.1.0",
"description": "A library to help upload images to thea from your app",
"main": "lib/index.js",
"scripts": {
"test": "eslint . && jscs lib test && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thea-diffing/thea-test-uploader.git"
},
"author": "Eli White <[email protected]> (http://eli-white.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thea-diffing/thea-test-uploader/issues"
},
"homepage": "https://github.com/thea-diffing/thea-test-uploader#readme",
"dependencies": {
"chai": "^3.2.0",
"es6-promisify": "^3.0.0",
"fs-extra": "^0.24.0",
"git-common-ancestor": "^1.0.2",
"git-rev": "^0.2.1",
"thea-js-sdk": "^1.0.2"
},
"devDependencies": {
"eslint": "1.3.1",
"jscs": "2.1.1",
"mocha": "2.3.0",
"proxyquire": "1.7.1",
"rewire": "2.3.4",
"rewire-global": "1.0.7",
"sinon": "1.16.1",
"sinon-as-promised": "4.0.0",
"sinon-sandbox": "1.0.2",
"wealthfront-javascript": "2.3.0"
}
}