-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 725 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 725 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
{
"name": "openbadge",
"version": "1.0.4",
"description": "Create SVG badges programatically",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified ...yet...\" && exit 1"
},
"author": "@lennymarkus",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^3.10.1",
"opentype.js": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmarkus/openBadge.git"
},
"keywords": [
"shield.io",
"fury.io",
"badge",
"github",
"shield",
"svg"
],
"bugs": {
"url": "https://github.com/lmarkus/openBadge/issues"
},
"homepage": "https://github.com/lmarkus/openBadge#readme",
"directories": {
"lib": "lib"
}
}