-
Notifications
You must be signed in to change notification settings - Fork 28
/
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.9.0",
"repository": {
"type": "git",
"url": "http://github.com/mailru/fest.git"
},
"author": "Andrew Sumin <AndrewSumin@mail.ru>",
"contributors": [
"Anton Eprev <a.eprev@gmail.com>",
"Lebedev Konstantin <ibnrubaxa@gmail.com>",
"Max Maximov <max.maximov@gmail.com>",
"Vladimir Rudnyh <dreadatour@gmail.com>",
"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"
}
}