forked from yanhaijing/template.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 985 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
40
41
42
43
44
45
46
47
48
{
"name": "template_js",
"description": "template.js 一款javascript模板引擎,简单,好用。",
"version": "0.7.1-1",
"homepage": "https://github.com/yanhaijing/template.js",
"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"
},
"keywords": [
"template",
"template.js",
"js"
],
"main": "template.js",
"spm": {
"main": "template.js",
"ignore": [
"demo",
"doc",
"test",
"node_modules"
]
}
}