-
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": "fairytale-swipe",
"version": "0.0.1",
"description": "A card-swiping interactive story about cultural values, part of the Cultural Heritage Game Jam http://gamej.am",
"main": "index.html",
"directories": {
"lib": "game/lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mapto/trustyjohn.git"
},
"keywords": [
"card-swiping game",
"interactive story",
"cultural heritage game jam",
"Trusty John"
],
"author": "mapto, Vaowler, Karen, Silo mat, Laura Francis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapto/trustyjohn/issues"
},
"homepage": "http://gamej.am",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-watch": "^1.1.0"
}
}