-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 768 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 768 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": "html2js-brunch",
"version": "0.0.5",
"description": "Mimics the behavior of grunt-html2js",
"homepage": "https://github.com/aberman/html2js-brunch",
"main": "./html2js.js",
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"author": "Andrew Berman",
"repository": {
"type": "git",
"url": "https://github.com/aberman/html2js-brunch.git"
},
"bugs": {
"url": "https://github.com/aberman/html2js-brunch/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aberman/html2js-brunch/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"html-minifier": "~0.6.3"
}
}