forked from mailru/fest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
31
32
33
34
35
36
37
38
39
{
"name": "fest",
"description": "JavaScript Templates",
"keywords": ["template", "templating", "html", "xml"],
"version": "0.8.2",
"repository": {
"type": "git",
"url": "http://github.com/mailru/fest.git"
},
"author": "Andrew Sumin <[email protected]>",
"contributors": [
"Anton Eprev <[email protected]>",
"Lebedev Konstantin <[email protected]>",
"Max Maximov <[email protected]>",
"Vladimir Rudnyh <[email protected]>",
"Artem Tyurin"
],
"main": "./lib/fest",
"bin": {
"fest-proxy": "./bin/fest-proxy",
"fest-build": "./bin/fest-build",
"fest-render": "./bin/fest-render",
"fest-compile": "./bin/fest-compile",
"po2js": "./bin/po2js"
},
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"jasmine-node": "~1.3.0"
}
}