forked from leonidas/transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "transparency",
"version" : "0.1.0",
"description" : "Transparency is a minimal template engine for jQuery. It maps JSON objects to DOM elements with zero configuration.",
"homepage" : "https://github.com/pyykkis/transparency",
"repository" : { "type" : "git"
, "url" : "https://github.com/pyykkis/transparency.git"
},
"keywords" : ["template", "templating", "engine", "unobtrusive"],
"author" : "Jarno Keskikangas <[email protected]>",
"contributors" : ["Toni Jyrkinen <[email protected]>",
"Antti Tarvainen <[email protected]>",
"Tomi Laine <[email protected]>"],
"licenses" : ["MIT"],
"dependencies" : {"jsdom" : ">=0.2.10",
"jquery" : ">=1.6.x",
"jasmine-node" : ">=1.0.x",
"coffee-script": ">=1.2.x"},
"main" : "spec/jquery.transparency.spec.coffee"
}