-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 868 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": "resp-modifier",
"description": "Middleware for modifying a HTML response",
"version": "6.0.2",
"author": {
"name": "Shane Osbourne",
"email": "[email protected]"
},
"repository": "shakyshane/resp-modifier",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/resp-modifier/blob/master/LICENSE-MIT"
}
],
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "jshint test/*.js index.js && mocha"
},
"dependencies": {
"debug": "^2.2.0",
"minimatch": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^2.8.2",
"chai": "^2.3.0",
"express": "^4.13.3",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"multiline": "^1.0.2",
"serve-static": "^1.8.1",
"supertest": "^1.0.1"
},
"keywords": []
}