-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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": "inject-html",
"version": "1.1.2",
"description": "Node module for injecting HTML code before or after the `body` tag into the response.",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"debug": "^2.2.0",
"gunzip-maybe": "1.4.0",
"husky": "^0.8.1",
"mime-types": "^2.0.13",
"response-spy": "~0.0.x",
"through2": "^0.6.5",
"trumpet": "^1.7.1"
},
"devDependencies": {
"connected": "0.0.2",
"eslint": "^0.23.0",
"get-port": "^1.0.0",
"hyperquest": "^1.2.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "node test/test.js",
"lint": "eslint index.js lib/*.js examples/*.js",
"precommit": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/alessioalex/inject-html.git"
},
"keywords": [
"inject",
"html",
"inject-html"
],
"author": "Alexandru Vladutu",
"bugs": {
"url": "https://github.com/alessioalex/inject-html/issues"
},
"homepage": "https://github.com/alessioalex/inject-html",
"license": "MIT"
}