-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 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
{
"name": "npm-html2js",
"version": "0.1.8",
"description": "Standalone script to load all your Angular html/jade templates into the $templateCache using npm",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/arnauddri/npm-html2js"
},
"keywords": "html2js, grunt-html2js, karma-html2js, jade, template, $templateCache, angular, workflow, npm",
"dependencies": {
"async": "^0.9.0",
"chai": "^1.10.0",
"combined-stream": "0.0.7",
"glob": "^4.3.2",
"htmlmin": "0.0.4",
"jade": "^1.8.2",
"through2": "^0.6.3"
},
"devDependencies": {
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha test/**.spec.js"
},
"bin": {
"npm-html2js": "./bin/npm-html2js.js"
},
"author": "arnauddri",
"license": "MIT"
}