UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@angularclass/webpack-toolkit",
3 "version": "1.3.3",
4 "author": "Partick Stapleton <patrick@angularclass.com>",
5 "description": "Webpack helpers for Angular 2 by AngularClass",
6 "main": "dist/index.js",
7 "typings": "dist/index.d.ts",
8 "files": [
9 "dist",
10 "src"
11 ],
12 "scripts": {
13 "typings-install": "typings install",
14 "watch": "tsc --watch",
15 "prebuild": "rimraf dist",
16 "build": "tsc",
17 "lint": "tslint 'src/**/*.ts'",
18 "test": "",
19 "start": "npm run build",
20 "prepublish": "npm run test && npm run build"
21 },
22 "devDependencies": {
23 "@angular/http": "2.0.0-rc.3",
24 "@angular/common": "2.0.0-rc.3",
25 "@angular/compiler": "2.0.0-rc.3",
26 "@angular/forms": "~0.1.1",
27 "@angular/core": "2.0.0-rc.3",
28 "@angular/platform-browser": "2.0.0-rc.3",
29 "@angular/platform-browser-dynamic": "2.0.0-rc.3",
30 "@angular/platform-server": "2.0.0-rc.3",
31 "@angular/router": "3.0.0-alpha.7",
32
33 "core-js": "^2.4.0",
34 "rxjs": "5.0.0-beta.6",
35 "zone.js": "~0.6.12",
36
37 "es6-promise": "^3.1.2",
38 "es6-shim": "^0.35.0",
39 "es7-reflect-metadata": "^1.6.0",
40
41 "rimraf": "^2.5.2",
42 "tslint": "^3.5.0",
43 "ts-helpers": "1.1.1",
44 "typescript": "^1.9.0-dev.20160409",
45 "typings": "~1.0.3"
46 },
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/AngularClass/webpack-toolkit.git"
50 },
51 "license": "Apache-2.0",
52 "bugs": {
53 "url": "https://github.com/AngularClass/webpack-toolkit/issues"
54 },
55 "homepage": "https://github.com/AngularClass/webpack-toolkit#readme"
56}