forked from cubemoon/Online-Tile-Map-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 723 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 723 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
{
"name": "Online-Tile-Map-Editor",
"version": "0.1.2",
"description": "A web based tile map editor for all kinds of 2d games and applications.",
"repository": {
"type": "git",
"url": "https://github.com/elias94xx/Online-Tile-Map-Editor.git"
},
"keywords": [
"online",
"tile",
"map",
"editor",
"html5"
],
"author": "Elias Schütt",
"license": "CC BY-NC-SA 4.0",
"bugs": {
"url": "https://github.com/elias94xx/Online-Tile-Map-Editor/issues"
},
"homepage": "http://elias94xx.github.io/Online-Tile-Map-Editor/",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-sass": "~0.9.0",
"grunt-contrib-jshint": "~0.8.0"
}
}