{
  "name": "angular-inline-svg",
  "version": "0.0.911",
  "description": "inline svg component for angular",
  "main": "dist/ngInlineSvg.min.js",
  "repository": {
    "url": "git://github.com/alonn24/angular-svg-inline.git"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "private": false,
  "dependencies": {
    "angular": "~1.5.0"
  },
  "devDependencies": {
    "angular-mocks": "~1.5.0",
    "bower": "~1.3",
    "del": "~0.1.1",
    "event-stream": "~3.1.0",
    "gulp": "~3.8.5",
    "gulp-angular-templatecache": "~1.2.1",
    "gulp-concat": "~2.1.7",
    "gulp-footer": "~1.0.5",
    "gulp-header": "~1.0.2",
    "gulp-jshint": "1.6.4",
    "gulp-minify-css": "~0.3.6",
    "gulp-minify-html": "~0.1.0",
    "gulp-ng-annotate": "^1.1.0",
    "gulp-plumber": "^0.6.3",
    "gulp-release-tasks": "0.0.3",
    "gulp-rename": "~0.2.2",
    "gulp-uglify": "~0.3.1",
    "gulp-util": "^2.2.19",
    "jshint-stylish": "~0.3.0",
    "karma": "^0.12.16",
    "karma-chrome-launcher": "^0.1.3",
    "karma-coverage": "~0.2",
    "karma-firefox-launcher": "~0.1",
    "karma-jasmine": "~0.2",
    "karma-ng-html2js-preprocessor": "^0.1.0",
    "karma-phantomjs-launcher": "~0.1.4",
    "wnpm-ci": "latest"
  },
  "scripts": {
    "build": ":",
    "test": "gulp",
    "serve": "gulp watch",
    "release:bower": "gulp tag",
    "release": "wnpm-release --no-shrinkwrap"
  },
  "author": "Alon Yehezkel <alony@wix.com>",
  "license": "MIT"
}
