forked from twigjs/twig.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 806 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
{
"author": "John Roepke <[email protected]> (http://john.sh/)",
"name": "twig",
"description": "JS port of the Twig templating language.",
"version": "0.7.2",
"homepage": "https://github.com/justjohn/twig.js",
"licenses": [
{ "type": "BSD-2-Clause",
"url": "https://raw.github.com/justjohn/twig.js/master/LICENSE" }
],
"repository": {
"type": "git",
"url": "git://github.com/justjohn/twig.js.git"
},
"main": "twig.min.js",
"engines": {
"node": "*"
},
"bin": {
"twigjs": "./bin/twigjs"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"walk": "2.3.x",
"minimatch": "0.2.x"
},
"devDependencies": {
"tokenizer": "1.1.x",
"should": "3.3.x",
"mocha": "1.18.x",
"docco": "0.6.x",
"uglify-js": "2.4.x"
}
}