-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 840 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": "github-for-cats",
"version": "1.0.0",
"description": "GitHub is so easy your cat can use it!",
"homepage": "http://esteinborn.github.io/guthub-for-cats/",
"author": {
"name": "Eric Steinborn",
"email": "[email protected]",
"web": "http://ericsteinborn.com"
},
"repository": {
"type": "git",
"url": "git://github.com/esteinborn/github-for-cats.git"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-zip": "~0.7.0",
"grunt": "~0.4.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/esteinborn/github-for-cats/blob/master/LICENSE"
}
]
}