forked from flatiron/plates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 767 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 767 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
{
"name": "plates",
"version": "0.4.5",
"description": "Unobtrusive templating for the flatiron framework",
"keywords": ["templates", "templating", "unobtrusive"],
"author" : "hij1nx <hij1nx@gmail.com> http://twitter.com/hij1nx",
"maintainers": [
{ "name": "Paolo Fragomeni", "email": "hij1nx@nodejitsu.com" },
{ "name": "Maciej Małecki", "email": "maciej.malecki@notimplemented.org" }
],
"licenses": [{"type": "MIT"}],
"repositories": [{
"type": "git",
"url": "git://github.com/flatiron/plates.git"
}],
"devDependencies" : {
"vows" : "0.6.x",
"mustache" : "0.3.x",
"benchmark" : "0.2.x"
},
"scripts": {
"test": "vows --spec test/api-test.js"
},
"engines": ["node"],
"main" : "./lib/plates.js"
}