-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 823 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 823 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
32
33
34
35
36
37
{
"name": "tmodjs",
"version": "1.0.4",
"readmeFilename": "README.md",
"description": "Template Compiler",
"homepage": "https://github.com/aui/tmodjs",
"keywords": [
"template",
"artTemplate",
"TemplateJS",
"CommonJS",
"RequireJS",
"SeaJS",
"AMD",
"CMD"
],
"author": "aui",
"repository": {
"type": "git",
"url": "https://github.com/aui/tmodjs.git"
},
"main": "./src/tmod.js",
"bin": {
"tmod": "./bin/tmod",
"tmodjs": "./bin/tmod"
},
"scripts": {
"test": "tmod ./test/tpl",
"test2": "tmod ./test/test-all/*"
},
"dependencies": {
"art-template": "3.0.x",
"uglify-js": "2.4.0",
"semver": "2.3.0"
},
"license": "BSD"
}