forked from paularmstrong/swig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "swig",
"version": "0.13.5",
"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 <[email protected]>",
"contributors": [
"Dusko Jordanovski <[email protected]>"
],
"dependencies": {
"underscore": ">=1.1.7"
},
"devDependencies": {
"express": "~3",
"nodelint": "~0.6",
"uglify-js": ">=1.1.0",
"mocha": "~1.6",
"expect.js": "~0.2",
"swig": "*",
"still": "*",
"less": "~1.3.1",
"zepto": "0.0.3",
"mocha-phantomjs": "~1.0.1"
},
"main": "index",
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"prepublish": "npm prune && make build",
"test": "make lint && make test reporter=spec && make test-browser"
},
"bugs": {
"url": "https://github.com/paularmstrong/swig/issues"
}
}