-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
27 lines (27 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
{
"name": "common-dustjs-helpers",
"description": "A small library of \"standard\" helper functions for the Dust.js web templating framework.",
"version": "1.5.1",
"keywords": [ "dust", "dust.js", "linkedin", "helper", "web", "template" ],
"license": "MIT",
"author": "Rod Waldhoff <[email protected]> http://heyrod.com/",
"contributors": [ ],
"repository": { "type":"git", "url":"https://github.com/rodw/common-dustjs-helpers" },
"homepage": "https://github.com/rodw/common-dustjs-helpers",
"bugs": { "url":"http://github.com/rodw/common-dustjs-helpers/issues" },
"main": "lib/index.js",
"scripts": { "test": "make test" },
"directories": { "lib":"lib" },
"devDependencies" : {
"coffee-script" : "^1",
"docco" : "^0",
"dustjs-linkedin" : "^2",
"coffee-coverage" : "^1",
"marked" : "^0",
"mocha" : "^2",
"should" : "^11"
},
"engines": {
"node": ">= 6"
}
}