forked from rosslavery/angular2-tag-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular2-tag-input",
"version": "1.2.3",
"description": "Tag input component for Angular 2",
"main": "dist/index.js",
"keywords": [
"angular2",
"tag input",
"taginput",
"tags",
"chips",
"chips input"
],
"scripts": {
"clean": "./node_modules/.bin/rimraf ./dist/",
"package:aot": "npm run clean && npm run build:aot",
"build:aot": "./node_modules/.bin/ngc -p tsconfig-aot.json",
"serve": "webpack-dev-server --config config/webpack.dev.js --progress --profile --watch --content-base demo/",
"lint": "tslint lib/**.*.ts"
},
"author": "TEAM COOL",
"license": "ISC",
"peerDependencies": {
"@angular/common": "2.2.4",
"@angular/core": "2.2.4",
"@angular/forms": "2.2.4"
},
"devDependencies": {
"@angular/common": "2.2.4",
"@angular/compiler": "2.2.4",
"@angular/compiler-cli": "2.2.4",
"@angular/core": "2.2.4",
"@angular/forms": "2.2.4",
"@angular/platform-browser": "2.2.4",
"@angular/platform-browser-dynamic": "2.2.4",
"@angular/platform-server": "2.2.4",
"@types/node": "^6.0.45",
"awesome-typescript-loader": "^2.2.3",
"codelyzer": "~0.0.26",
"core-js": "^2.4.1",
"node-sass": "^3.10.1",
"postcss-loader": "^0.13.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.12",
"sass-loader": "^4.0.2",
"source-map-loader": "^0.1.5",
"tslint": "3.13.0",
"typescript": "2.0.10",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^2.1.0-beta.0",
"zone.js": "^0.6.25"
}
}