forked from leafo/compohub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 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
{
"name": "jamhub",
"version": "0.0.0",
"description": "A community-run listing of game jams.",
"scripts": {
"test": "make"
},
"devDependencies": {
"assemble": "^0.4.37",
"coffee-script": "",
"connect-livereload": "^0.5.0",
"grunt": "^0.4.4",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"ical-generator": "^0.1.5",
"load-grunt-tasks": "^1.0.0",
"mocha": "",
"moment": ""
},
"repository": {
"type": "git",
"url": "git://github.com/leafo/compohub.git"
},
"author": "leaf coran",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/leafo/compohub/issues"
},
"homepage": "https://github.com/leafo/compohub"
}