forked from paularmstrong/swig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"name": "swig",
"version": "0.12.0",
"description": "A fast django-like templating engine for node.js and browsers.",
"keywords": ["template", "templating", "html", "django", "express", "block"],
"repository": {
"type": "git",
"url": "http://github.com/paularmstrong/swig.git"
},
"author": "Paul Armstrong <paul@paularmstrongdesigns.com>",
"contributors": [
"Dusko Jordanovski <jordanovskid@gmail.com>"
],
"dependencies": {
"underscore": ">=1.1.7"
},
"devDependencies": {
"express": ">=2.5.0",
"nodelint": "~0.6",
"nodeunit": "~0.7",
"uglify-js": ">=1.1.0"
},
"main": "index",
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"prepublish": "npm prune",
"test": "make lint && make test"
},
"bugs": {
"url": "https://github.com/paularmstrong/swig/issues"
}
}