-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"name": "RedSee",
"version": "0.0.1",
"private": "true",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint -f unix .",
"pretest": "npm run lint",
"prepublish": "npm test && npm prune",
"test": "echo 'No tests' && exit 0"
},
"dependencies": {
"async": "^1.4.2",
"async-debounce": "0.0.0",
"body-parser": "^1.12.4",
"bunyan": "^1.4.0",
"bunyan-middleware": "^0.2.0",
"byline": "^4.2.1",
"express": "^4.12.4",
"express-graceful-shutdown": "0.0.2",
"lodash": "^3.10.1",
"natural": "^0.2.1",
"progress": "^1.1.8",
"redsee-client": "^0.0.2",
"redsee-filter": "^3.0.1",
"redsee-server": "^4.0.0",
"request": "^2.57.0",
"response-time": "^2.3.1"
},
"devDependencies": {
"@confuser/eslint-config": "^1.0.0",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"istanbul": "^0.4.1",
"mocha": "2"
},
"author": "James Mortemore <jamesmortemore@gmail.com>",
"license": "ISC"
}