-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.31 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
53
54
55
56
57
58
59
60
61
{
"name": "gulp-tpl2js",
"version": "0.0.4",
"description": "Compile template to js string, and wrap as amd/cmd module.",
"license": "MIT",
"author": {
"name": "chunterg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:fangdeng/gulp-html2js.git"
},
"engines": {
"node": ">=0.9.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"fdmplugin",
"neatplugin",
"template",
"compile",
"html"
],
"dependencies": {
"gulp-util": "~2.2.10",
"through2": "~0.4.1",
"iconv-lite": "^0.2.11",
"jschardet": "^1.1.0"
},
"devDependencies": {
"mocha": "*",
"gulp": "^3.6.0"
},
"_id": "[email protected]",
"dist": {
"shasum": "0e7fca5c08a683a0e78de6f33c196bc4651d392b",
"tarball": "http://registry.npmjs.org/gulp-tpl2js/-/gulp-tpl2js-0.0.4.tgz"
},
"_from": "gulp-tpl2js@",
"_npmVersion": "1.4.6",
"_npmUser": {
"name": "chunterg",
"email": "[email protected]"
},
"maintainers": [
{
"name": "chunterg",
"email": "[email protected]"
}
],
"directories": {},
"_shasum": "0e7fca5c08a683a0e78de6f33c196bc4651d392b",
"_resolved": "https://registry.npmjs.org/gulp-tpl2js/-/gulp-tpl2js-0.0.4.tgz"
}