-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 Bytes
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
{
"name": "html-test-loader",
"version": "2.0.0",
"description": "Webpack loader to run tests on html templates.",
"main": "index.js",
"scripts": {
"test": "(cd test; webpack)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wombleton/html-test-loader.git"
},
"keywords": [
"webpack",
"loader",
"html",
"test"
],
"author": "Rowan Crawford <wombleton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wombleton/html-test-loader/issues"
},
"homepage": "https://github.com/wombleton/html-test-loader#readme",
"dependencies": {
"cheerio": "0.19.0",
"lodash.foreach": "3.0.3",
"lodash.isfunction": "^3.0.8"
},
"devDependencies": {
"html-loader": "0.4.0",
"webpack": "1.12.9"
}
}