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
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "transparency",
"version": "0.9.14",
"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.5.0",
"coffee-script": "~1.6.2"
},
"devDependencies": {
"jquery": "~1.8.3",
"grunt": "~0.4.0",
"grunt-jasmine-task": "~0.2.3",
"grunt-docco": "git://github.com/bdougherty/grunt-docco.git#grunt-0.4",
"grunt-contrib-jasmine": "~0.3.2",
"grunt-template-jasmine-requirejs": "~0.1.0",
"james-coffee": "~0.1.1",
"james": "~0.1.5",
"james-uglify": "~0.1.0",
"coffeeify": "~0.1.0",
"browserify": "~2.7.2",
"jasmine-node": "~1.4.0"
},
"scripts": {
"test": "grunt test && jasmine-node spec/serverSpec.js"
},
"testling": {
"html": "Testling.html",
"browsers": [
"ie/8..latest",
"chrome/23..latest",
"firefox/17..latest",
"safari/5.1..latest",
"opera/11.5..latest",
"iphone/6",
"ipad/6"
]
}
}