forked from kof/jqtpl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 885 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
{
"name": "jqtpl",
"description": "A port of jQuery's template engine",
"version": "0.1.0",
"author": "Oleg Slobodskoi <[email protected]>",
"contributors": [
{ "name": "John Resig", "email": "[email protected]" },
{ "name": "Boris Moore", "email": "[email protected]"}
],
"repository": {
"type": "git",
"url": "http://github.com/kof/node-jqtpl.git"
},
"keywords": ["template", "engine", "jquery", "jquery-tmpl", "django", "logicless"],
"directories": { "lib": "./lib" },
"main": "./lib/jqtpl.js",
"engines": { "node": ">= 0.3.7" },
"dependencies": {
"express": ">=1.0.7"
},
"devDependencies": {
"qunit": ">= 0.1.3"
},
"licenses": [
{
"type": "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
}
]
}