{
  "name": "angular2-extjs-webpack-plugin",
  "main": "dist/index.js",
  "version": "0.0.34",
  "description": "Creates a minimal build of the Ext JS framework for use in Angular2 apps.",
  "scripts": {
    "watch": "babel ./src --out-dir ./dist --watch",
    "build": "babel ./src --out-dir ./dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgusmano/angular2-extjs-webpack-plugin.git"
  },
  "author": "Sencha",
  "license": "MIT",
  "homepage": "https://github.com/mgusmano/angular2-extjs-webpack-plugin#readme",
  "dependencies": {
    "copy-dir": "^0.3.0",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "babel-polyfill": "^6.23.0",
    "acorn": "^4.0.11",
    "acorn-jsx": "^3.0.1",
    "acorn-object-spread": "^1.0.0",
    "ast-traverse": "^0.1.1",
    "astring": "^0.8.0",
    "chalk": "^1.1.3",
    "command-exists": "^1.2.1",
    "rimraf": "^2.6.0"
  },
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-preset-es2015": "^6.22.0"
  }
}
