forked from andrewgioia/keyrune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 821 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
38
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.1.8",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
"url": "http://andrewgioia.com"
},
"contributors": [
"JayGray <[email protected]>",
"ardeay",
"Jordan Brauer <[email protected]>",
"Corey Csuhta <@csuhta>"
],
"repository": {
"type": "git",
"url": "https://github.com/andrewgioia/Keyrune.git"
},
"keywords": [],
"homepage": "http://andrewgioia.com",
"dependencies": {},
"devDependencies": {},
"license": "(OFL-1.1 AND MIT)",
"main": "css/keyrune.css",
"ignore": [
"*/.*",
"*.json",
"*.md"
],
"bugs": {
"url": "https://github.com/andrewgioia/Keyrune/issues",
"email": "[email protected]"
},
"engines": {
"node": "*"
}
}