@angularclass/webpack-toolkit
Version:
Webpack helpers for Angular 2 by AngularClass
57 lines (53 loc) • 1.57 kB
JSON
{
"name": "@angularclass/webpack-toolkit",
"version": "1.3.3",
"author": "Partick Stapleton <patrick@angularclass.com>",
"description": "Webpack helpers for Angular 2 by AngularClass",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"typings-install": "typings install",
"watch": "tsc --watch",
"prebuild": "rimraf dist",
"build": "tsc",
"lint": "tslint 'src/**/*.ts'",
"test": "",
"start": "npm run build",
"prepublish": "npm run test && npm run build"
},
"devDependencies": {
"@angular/http": "2.0.0-rc.3",
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/forms": "~0.1.1",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/platform-server": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.7",
"core-js": "^2.4.0",
"rxjs": "5.0.0-beta.6",
"zone.js": "~0.6.12",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"es7-reflect-metadata": "^1.6.0",
"rimraf": "^2.5.2",
"tslint": "^3.5.0",
"ts-helpers": "1.1.1",
"typescript": "^1.9.0-dev.20160409",
"typings": "~1.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngularClass/webpack-toolkit.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AngularClass/webpack-toolkit/issues"
},
"homepage": "https://github.com/AngularClass/webpack-toolkit#readme"
}