-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 807 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 807 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
{
"name": "swag",
"version": "0.6.1",
"author": "Elving Rodriguez <elving.pr@gmail.com>",
"description": "Give your handlebars.js templates some swag son!",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/elving/swag.git"
},
"keywords": [
"swag",
"handlebars",
"templates",
"helpers",
"utilities"
],
"dependencies" : {
"handlebars": "1.x"
},
"devDependencies" : {
"coffee-script": "~1.6.3",
"uglify-js": ">=2.3.6",
"mocha": ">=1.10.0",
"should": ">=1.2.2"
},
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/elving/swag/master/LICENSE"
}],
"engine": {
"node": ">=0.6.17"
}
}