forked from rodw/common-dustjs-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.02 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
{
"name": "common-dustjs-linkedin-helpers",
"description": "A small library of \"standard\" helper functions for the Dust.js web templating framework.",
"version": "0.1.1",
"keywords": [ "dust", "dust.js", "linkedin", "helper", "web", "template" ],
"license": "MIT",
"author": "Rod Waldhoff <[email protected]> http://heyrod.com/",
"contributors": [ "Jon Herr"],
"repository": { "type":"git", "url":"https://github.com/JonHerr/common-dustjs-helpers" },
"homepage": "https://github.com/JonHerr/common-dustjs-helpers",
"bugs": { "url":"http://github.com/JonHerr/common-dustjs-helpers/issues" },
"main": "lib/common-dustjs-helpers.js",
"directories": { "lib":"lib", "doc":"docs" },
"devDependencies" : {
"dustjs-linkedin" : "latest",
"nodeunit": "latest"
},
"dependencies": {
"lodash": "latest",
"dustjs-linkedin" : "latest",
"dustjs-helpers": "latest"
},
"engines": {
"node": ">= 0.10.3"
}
}