forked from digisfera/useref
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 897 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
42
43
44
{
"name": "useref",
"version": "1.4.4",
"description": "Parse build blocks in HTML files to replace references",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=lcov"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"build",
"blocks",
"build",
"comments",
"replace",
"scripts",
"link",
"ref"
],
"author": "Jonathan Kemp <[email protected]> (http://jonkemp.com/)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.3",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^8.0.0",
"mocha": "*",
"nyc": "^15.1.0"
},
"repository": "jonkemp/useref"
}