VisionFTF / express-admin / node_modules / hogan.js / package.json
package.json
Raw
{
  "_from": "hogan.js@^3.0.2",
  "_id": "hogan.js@3.0.2",
  "_inBundle": false,
  "_integrity": "sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=",
  "_location": "/hogan.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hogan.js@^3.0.2",
    "name": "hogan.js",
    "escapedName": "hogan.js",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/express-admin"
  ],
  "_resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz",
  "_shasum": "4cd9e1abd4294146e7679e41d7898732b02c7bfd",
  "_spec": "hogan.js@^3.0.2",
  "_where": "/home/priya/Documents/vision/express-admin/node_modules/express-admin",
  "author": {
    "name": "Twitter Inc."
  },
  "bin": {
    "hulk": "bin/hulk"
  },
  "bugs": {
    "url": "https://github.com/twitter/hogan.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mkdirp": "0.3.0",
    "nopt": "1.0.10"
  },
  "deprecated": false,
  "description": "A mustache compiler.",
  "devDependencies": {
    "jsdom": "0.3.4",
    "rimraf": "2.0.1",
    "step": "0.0.5",
    "uglify-js": "2.x"
  },
  "homepage": "http://twitter.github.com/hogan.js/",
  "keywords": [
    "mustache",
    "template"
  ],
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "main": "./lib/hogan.js",
  "name": "hogan.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twitter/hogan.js.git"
  },
  "version": "3.0.2"
}