-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 785 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
{
"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"
},
"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": {
"express": "4.13.4"
},
"readmeFilename": "README.md"
}