-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 926 Bytes
/
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
{
"name": "content-service",
"version": "2.0.0",
"description": "A content service for storing and retreiving content",
"main": "app.js",
"scripts": {
"test": "mocha --timeout 10000 && semistandard",
"start": "node app.js"
},
"author": "Ken Perkins <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "2.0.0-rc.2",
"cheerio": "^0.19.0",
"elasticsearch": "^14.1.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^3.8.0",
"mongodb": "3.0.4",
"pkgcloud": "1.1.0",
"raw-body": "2.1.6",
"request": "^2.69.0",
"restify": "4.0.0",
"tar-stream": "1.5.1",
"urljoin": "^0.1.5",
"winston": "0.9.0"
},
"devDependencies": {
"chai": "^3.2.0",
"dirty-chai": "^1.2.2",
"mocha": "^2.2.4",
"nock": "^7.2.2",
"semistandard": "^7.0.3",
"streamifier": "0.1.1",
"supertest": "^0.15.0",
"tar-fs": "1.12.0"
}
}