-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"name": "mgm-map-editor",
"version": "0.0.1",
"description": "Map Editor for Glest and Megaglest Maps",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MuwuM/mgm-map-editor.git"
},
"author": "MuwuM",
"license": "MIT",
"bugs": {
"url": "https://github.com/MuwuM/mgm-map-editor/issues"
},
"homepage": "https://github.com/MuwuM/mgm-map-editor#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-css-url-embed": "^1.6.1",
"grunt-embed-fonts": "^0.1.2",
"grunt-inline": "^0.3.6",
"grunt-string-replace": "^1.2.1"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.0"
}
}