-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.65 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.65 KB
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-tags",
"version": "1.0.4",
"description": "A fork from angular2-tag-input",
"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": "Ivan Joaquim",
"license": "ISC",
"peerDependencies": {
"@angular/common": "^2.4.7 || ^4.0.0",
"@angular/core": "^2.4.7 || ^4.0.0",
"@angular/forms": "^2.4.7 || ^4.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.7 || ^4.0.0",
"@angular/compiler": "^2.4.7 || ^4.0.0",
"@angular/compiler-cli": "^2.4.7 || ^4.0.0",
"@angular/core": "^2.4.7 || ^4.0.0",
"@angular/forms": "^2.4.7 || ^4.0.0",
"@angular/platform-browser": "^2.4.7 || ^4.0.0",
"@angular/platform-browser-dynamic": "^2.4.7 || ^4.0.0",
"@angular/platform-server": "^2.4.7 || ^4.0.0",
"@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"
}
}