-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "s3_storer",
"version": "0.2.0",
"description": "A Node application which stores a set of given keys and URLs on S3 and returns the set of keys with new URLs",
"main": "app.coffee",
"scripts": {
"test-unit": "mocha 'test/unit/**/*_test.coffee'",
"test-integration": "mocha 'test/integration/**/*_test.coffee'",
"test": "mocha 'test/**/*_test.coffee'"
},
"engines": {
"node": "10.16.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.433.0",
"basic-auth": "^1.0.0",
"body-parser": "^1.8.2",
"coffee-script": "^1.8.0",
"concat-stream": "^1.4.6",
"debug": "^2.0.0",
"express": "^4.9.2",
"lodash": "^4.17.15",
"morgan": "^1.3.1",
"node-uuid": "^1.4.1",
"raven": "^0.7.2",
"rsvp": "^3.0.13",
"sha1": "^1.1.0",
"stream-mmmagic": "^2.2.0",
"tv4": "^1.1.0",
"tv4-formats": "^3.0.3"
},
"devDependencies": {
"buffer-equal": "0.0.1",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"chai-things": "^0.2.0",
"get-port": "^5.0.0",
"mocha": "^6.2.0",
"nock": "^10.0.6",
"sinon": "^1.10.3",
"supertest": "^4.0.2"
}
}