-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 KB
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
39
40
{
"name" : "hills",
"version" : "0.1.1",
"description" : "Isometric game map editor, demo app for candystore, shoeshine, bookworm, & milkman",
"keywords" : [
"demo", "isometric", "map editor",
"candystore", "shoeshine", "milkman", "bookworm",
"grocer", "sntls", "troop"
],
"author" : "Dan Stocker <dan@kwaia.com>",
"copyright" : "Copyright (c) 2014 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/hills.git"
},
"dependencies" : {
"dessert" : "~0.3.2",
"troop" : "~0.8.0",
"sntls" : "~0.18.0",
"evan" : "~0.5.0",
"flock" : "~0.3.7",
"bookworm" : "~0.2.5",
"jquery" : "~2.1.0",
"shoeshine" : "~0.2.1",
"q" : "1.1.2",
"poodle" : "~0.3.10",
"candystore": "~0.5.7",
"milkman" : "~0.2.9",
"lz-string" : "1.3.3"
},
"devDependencies": {
"grunt" : "~0.4.5",
"grocer" : "~0.4.9",
"grunt-contrib-copy" : "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-replace" : "~0.8.0"
}
}