-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "ng2-tagsinput",
"version": "0.1.4",
"description": "Typescript component for Tag Input",
"main": "ng2-tagsinput.js",
"scripts": {
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./node_modules/.bin/ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xmaestro/ng2-tagsinput.git"
},
"keywords": [
"ng2-tags-input",
"ng2-tag-input",
"ng2-tags-input",
"ng2-tagsinput"
],
"author": "xmaestro",
"license": "ISC",
"bugs": {
"url": "https://github.com/xmaestro/ng2-tagsinput/issues"
},
"homepage": "https://github.com/xmaestro/ng2-tagsinput#readme",
"dependencies": {
"@angular/core": "^2.3.0"
},
"devDependencies": {
"@angular/common": "^2.3.0",
"@angular/compiler": "^2.3.0",
"@angular/compiler-cli": "^2.3.0",
"@angular/forms": "^2.3.0",
"@angular/platform-browser": "^2.3.0",
"@angular/platform-server": "^2.3.0",
"rxjs": "^5.0.0-rc.4",
"typescript": "^2.0.2",
"typings": "^1.3.3",
"zone.js": "^0.7.2"
}
}