-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "easytemplatejs",
"title": "EasyTemplateJS",
"version": "3.0.1",
"description": "High-performance, small, pure, JavaScript template engine. Support:`CommonJS`, `AMD`, `CMD`, `Node.js`, `Express`, `koa`, `<etj-script>`, `<etj-style>`.",
"main": "dist/easy.templatejs.min.js",
"homepage": "https://github.com/ushelp/EasyTemplateJS#readme",
"author": "Ray <inthinkcolor@gmail.com>",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ushelp/EasyTemplateJS.git"
},
"keywords": [
"easytemplate",
"easytemplatejs",
"template",
"etj",
"ET",
"javascript",
"plugin",
"library",
"engine",
"template engine",
"easyproject",
"easy",
"express",
"koa",
"koajs",
"node",
"node.js",
"html"
],
"bugs": {
"url": "https://github.com/ushelp/EasyTemplateJS/issues "
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
}
}