forked from mathew-kurian/CharacterMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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
{
"name": "character-map",
"description": "Online accessible font-character map / glyph viewer",
"version": "1.0.0",
"homepage": "https://github.com/bluejamesbond/CharacterMap",
"keywords": [],
"author": {
"name": "Mathew Kurian",
"email": "[email protected]",
"url": "https://github.com/bluejamesbond"
},
"contributors": [{
"name": "Victor Shmoilov",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/shmoylov/"
}],
"repository": {
"type": "git",
"url": "git://github.com/bluejamesbond/CharacterMap.git"
},
"bugs": {
"url": "https://github.com/bluejamesbond/CharacterMap/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/bluejamesbond/CharacterMap/blob/master/LICENSE"
}
],
"main": "app.js",
"license": "MIT",
"dependencies": {},
"readmeFilename": "README.md"
}