forked from yanhaijing/template.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 835 Bytes
/
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
{
"name": "template_js",
"description": "A javascript template engine, simple, easy & extras, support webpack and fis",
"version": "0.8.0",
"author": {
"name": "yanhaijing",
"email": "[email protected]",
"url": "http://yanhaijing.com"
},
"repository": {
"type": "git",
"url": "git://github.com/yanhaijing/template.js.git"
},
"bugs": {
"url": "https://github.com/yanhaijing/template.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yanhaijing/template.js/blob/master/MIT-LICENSE.txt"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^3.5.3"
},
"keywords": [
"template",
"template.js",
"js"
],
"main": "template.js"
}