-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 876 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
38
39
40
41
{
"name": "filter-ware",
"version": "3.0.4",
"description": "",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --require co-mocha --require gnode --reporter spec",
"precommit": "npm test",
"prepush": "npm test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/avoronkin/filter-ware.git"
},
"keywords": [
"ware",
"middleware"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/avoronkin/filter-ware/issues"
},
"homepage": "https://github.com/avoronkin/filter-ware",
"devDependencies": {
"chai": "^2.3.0",
"co-mocha": "^1.1.0",
"eslint": "^3.13.1",
"gnode": "^0.1.1",
"husky": "^0.12.0",
"mocha": "^2.2.4",
"sinon": "^1.14.1"
},
"dependencies": {
"wrapped": "^1.0.1"
}
}