forked from paularmstrong/swig-extras
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 788 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 788 Bytes
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
{
"name": "swig-extras",
"version": "0.0.1",
"description": "A collection of extra handy tags and filters for Swig Templates.",
"main": "index.js",
"scripts": {
"test": "make lint && make test"
},
"repository": {
"type": "git",
"url": "git@github.com:paularmstrong/swig-extras.git"
},
"keywords": [
"Swig",
"Filters",
"Tags",
"Extensions"
],
"author": "Paul Armstrong <paul@paularmstrongdesigns.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paularmstrong/swig-extras/issues"
},
"devDependencies": {
"nodelint": "~0.6.2",
"expect.js": "~0.2.0",
"mocha": "~1.12.0",
"swig-templates": ">=2"
},
"dependencies": {
"markdown": "~0.5.0"
},
"scripts": {
"prepublish": "npm prune"
}
}