forked from hsuanxyz/ionic-tags-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"name": "ionic-tags-input",
"version": "0.0.5",
"description": "A ionic tags input components",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"typescript": "2.0.9",
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionic-angular": "2.0.0",
"rxjs": "5.1.1",
"zone.js": "^0.8.4"
},
"scripts": {
"ngc": "ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf aot dist src && gulp copy2src && npm run ngc && gulp copy-scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HsuanXyz/ionic-tags-input.git"
},
"keywords": [
"ionic",
"ionic2",
"ionic3",
"tags",
"input"
],
"author": "HsuanLee",
"license": "MIT",
"bugs": {
"url": "https://github.com/HsuanXyz/ionic-tags-input/issues"
},
"homepage": "https://github.com/HsuanXyz/ionic-tags-input#readme"
}