-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
86 lines (86 loc) · 2.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"angular2-tag-input",
"/Users/bbb/Documents/Apps/bits"
]
],
"_from": "angular2-tag-input@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/angular2-tag-input",
"_nodeVersion": "4.2.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/angular2-tag-input-0.1.5.tgz_1460042482153_0.5370005904696882"
},
"_npmUser": {
"email": "[email protected]",
"name": "rlavery"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requested": {
"name": "angular2-tag-input",
"raw": "angular2-tag-input",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/angular2-tag-input/-/angular2-tag-input-0.1.5.tgz",
"_shasum": "befdfa6b288ab61731058e1a28b3211089eaf367",
"_shrinkwrap": null,
"_spec": "angular2-tag-input",
"_where": "/Users/bbb/Documents/Apps/bits",
"author": {
"name": "TEAM COOL"
},
"dependencies": {},
"description": "Tag input component for Angular 2",
"devDependencies": {
"angular2": "^2.0.0-beta.12",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"es7-reflect-metadata": "^1.6.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"typescript": "~1.8.7",
"webpack": "^1.12.14",
"zone.js": "^0.6.6"
},
"directories": {},
"dist": {
"shasum": "befdfa6b288ab61731058e1a28b3211089eaf367",
"tarball": "https://registry.npmjs.org/angular2-tag-input/-/angular2-tag-input-0.1.5.tgz"
},
"gitHead": "ae250dd4927124f3777179be431903ae352a9bd9",
"keywords": [
"angular2",
"tag input",
"taginput",
"tags",
"chips",
"chips input"
],
"license": "ISC",
"main": "dist/tag-input.component.js",
"maintainers": [
{
"email": "[email protected]",
"name": "rlavery"
}
],
"name": "angular2-tag-input",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"prepublish": "tsc"
},
"typings": "dist/tag-input.component.d.ts",
"version": "0.1.5"
}