-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 863 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 863 Bytes
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": "@nevware21/badgesize",
"description": "Badgesize Service",
"version": "0.0.1",
"homepage": "https://github.com/nevware21/badgesize",
"license": "MIT",
"author": {
"name": "Nevware21 Solutions LLC",
"email": "github@nevware21.com"
},
"keywords": [
"ts",
"typescript",
"js",
"javascript",
"badgesize.com",
"badgesize.io",
"img.badgesize.io",
"img.badgesize.com"
],
"main": "lib/dist/es5/main/ts-utils.js",
"sideEffects": false,
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/nevware21/badgesize.git"
},
"bugs": {
"url": "https://github.com/nevware21/badgesize/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
}
}