aboutsummaryrefslogtreecommitdiff
path: root/docs/build/node_modules/hogan.js/package.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-12 12:25:05 -0800
committerMark Otto <[email protected]>2013-02-12 12:25:05 -0800
commit8b9733b288a3daca0da04fe60e0b5a0ae8681362 (patch)
treeb3b84c413ec1e6c1282b01a2923372743948f4b9 /docs/build/node_modules/hogan.js/package.json
parent5de8557398ec862ab94f48dc081865d8223de1cf (diff)
downloadbootstrap-8b9733b288a3daca0da04fe60e0b5a0ae8681362.tar.xz
bootstrap-8b9733b288a3daca0da04fe60e0b5a0ae8681362.zip
nuke what we don't need for jekyll
Diffstat (limited to 'docs/build/node_modules/hogan.js/package.json')
-rw-r--r--docs/build/node_modules/hogan.js/package.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/build/node_modules/hogan.js/package.json b/docs/build/node_modules/hogan.js/package.json
deleted file mode 100644
index a09dede09..000000000
--- a/docs/build/node_modules/hogan.js/package.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "hogan.js"
- , "description": "A mustache compiler."
- , "version": "1.0.5-dev"
- , "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"
- }
- ]
- , "devDependencies": { "uglify-js": "*" }
- , "bin" : { "hulk" : "./bin/hulk" }
-}