forked from twitter/hogan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 692 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 692 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
{
"name": "hogan.js"
, "description": "A mustache compiler."
, "version": "3.0.0"
, "keywords": ["mustache", "template"]
, "main": "./lib/hogan.js"
, "homepage": "http://twitter.github.com/hogan.js/"
, "author": "Twitter Inc."
, "repository": {
"type": "git"
, "url": "https://github.com/twitter/hogan.js.git"
}
, "licenses": [
{ "type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "dependencies" : {
"nopt" : "1.0.10"
, "mkdirp": "0.3.0"
}
, "devDependencies": {
"uglify-js": "*"
, "jsdom": "0.2.10"
, "step": "0.0.5"
, "rimraf": "2.0.1"
}
, "bin" : { "hulk" : "./bin/hulk" }
}