-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 894 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
{
"name": "@angular-package/range",
"version": "1.0.0-rc.0",
"description": "The range between minimum and maximum.",
"author": "angular-package <[email protected]> (https://angular-package.dev)",
"homepage": "https://range.angular-package.dev",
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@angular-package/testing": "^2.0.0-rc",
"@angular-package/type": "^5.0.0-rc.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"Greater",
"Inequality",
"Less",
"Maximum",
"Minimum",
"Range",
"between",
"maximum number",
"minimum number"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/range.git"
},
"bugs": {
"url": "https://github.com/angular-package/range/issues"
},
"license": "MIT"
}