-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.17 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
46
47
48
49
50
51
52
{
"name": "glob-html",
"version": "0.2.5",
"description": "Utility to expand glob expressions in HTML.",
"main": "lib/index.js",
"bin": {
"glob-html": "bin/glob-html.js"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/claudetech/node-glob-html"
},
"keywords": [
"html",
"glob"
],
"author": "Daniel Perez",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudetech/node-glob-html/issues"
},
"homepage": "https://github.com/claudetech/node-glob-html",
"devDependencies": {
"coffee-script": "^1.8.0",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cov": "^0.3.0"
},
"config": {
"blanket": {
"pattern": "src",
"loader": "./node-loaders/coffee-script",
"data-cover-never": "node_modules"
}
},
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.17.0",
"fs-extra": "^0.12.0",
"glob": "^4.0.6",
"js-beautify": "^1.5.1",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"node-minify": "^0.10.5",
"string": "^2.1.0"
}
}