forked from leonidas/transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"name": "transparency",
"version": "0.7.11",
"main": "dist/transparency",
"description": "Transparency is a minimal template engine for browsers. It maps JSON objects to DOM elements with zero configuration.",
"homepage": "https://github.com/leonidas/transparency",
"repository": {
"type": "git",
"url": "https://github.com/leonidas/transparency.git"
},
"keywords": [
"template",
"templating",
"engine",
"unobtrusive",
"semantic"
],
"author": "Jarno Keskikangas <jarno.keskikangas@leonidasoy.fi>",
"contributors": [
"Janne Hietamäki <janne.hietamaki@leonidasoy.fi>",
"Sami Hangaslammi <sami.hangaslammi@leonidasoy.fi>",
"Toni Jyrkinen <toni.jyrkinen@leonidasoy.fi>",
"Antti Tarvainen <antti.tarvainen@leonidasoy.fi>",
"Tomi Laine <tomi.laine@leonidasoy.fi>",
"Mikko Ohtamaa <mikko@opensourcehacker.com>"
],
"licenses": [
"MIT"
],
"dependencies": {
"jsdom": ">=0.2.10"
},
"devDependencies": {
"coffee-script": ">=1.4.x",
"jquery": ">=1.8.x",
"grunt": "~0.3.17",
"grunt-contrib-coffee": "~0.3.2",
"grunt-jasmine-task": "~0.2.3"
},
"scripts": {
"test": "grunt test"
}
}