{
  "name": "browserify-ng-html2js",
  "version": "1.3.0",
  "description": "Browserify transform to compile angular templates into angular modules",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha test/spec.js"
  },
  "author": "Jonatan Dahl <dahl.jonatan@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/javoire/browserify-ng-html2js.git"
  },
  "homepage": "https://github.com/javoire/browserify-ng-html2js",
  "license": "MIT",
  "dependencies": {
    "ng-html2js": "^2.0.0",
    "through": "^2.3.6",
    "transformify": "^0.1.2"
  },
  "devDependencies": {
    "browserify": "^5.10.0",
    "chai": "^1.9.1",
    "mocha": "^1.21.4",
    "vinyl-source-stream": "^0.1.1"
  }
}