-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 949 Bytes
/
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
{
"name": "@angular-package/tag",
"version": "0.0.1",
"description": "Any tag with optional attributes.",
"author": "Angular Package <contact@angular-package.dev> (https://angular-package.dev)",
"homepage": "https://tag.angular-package.dev",
"peerDependencies": {
"@angular-package/wrapper": "^0.0.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-package/testing": "^2.0.0",
"@angular-package/type": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"Attribute",
"Attributes",
"BBCode",
"Html tag",
"Opening tag",
"Closing tag",
"Tag",
"Tags",
"Variable",
"Variables"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/tag.git"
},
"bugs": {
"url": "https://github.com/angular-package/tag/issues"
},
"license": "MIT"
}