forked from jonkemp/useref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 888 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
{
"name": "useref",
"version": "1.3.1",
"description": "Parse build blocks in HTML files to replace references",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"build",
"blocks",
"build",
"comments",
"replace",
"scripts",
"link",
"ref"
],
"author": "Jonathan Kemp <[email protected]> (http://jonkemp.com/)",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "*",
"nyc": "^11.3.0"
},
"repository": "jonkemp/useref"
}