UNPKG

930 BJSONView Raw
1{
2 "name": "swig",
3 "version": "0.11.2",
4 "description": "A fast django-like templating engine for node.js and browsers.",
5 "keywords": ["template", "templating", "html", "django", "express", "block"],
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/paularmstrong/swig.git"
9 },
10 "author": "Paul Armstrong <paul@paularmstrongdesigns.com>",
11 "contributors": [
12 "Dusko Jordanovski <jordanovskid@gmail.com>"
13 ],
14 "dependencies": {
15 "underscore": ">=1.1.7"
16 },
17 "devDependencies": {
18 "express": ">=2.5.0",
19 "nodelint": "~0.6",
20 "nodeunit": "~0.7",
21 "uglify-js": ">=1.1.0"
22 },
23 "main": "index",
24 "engines": {
25 "node": "~0.6"
26 },
27 "scripts": {
28 "prepublish": "npm prune",
29 "test": "make lint && make test"
30 },
31 "bugs": {
32 "url": "https://github.com/paularmstrong/swig/issues"
33 }
34}