-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "TainanBusMap",
"version": "1.0.0",
"description": "Tainan Bus View Page",
"main": "TainanBus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kagami3421/TainanBusMap"
},
"keywords": [
"tainan"
],
"author": "Kagami",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/kagami3421/TainanBusMap/issues"
},
"homepage": "https://kagami3421.github.io/TainanBusMap/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-processhtml": "^0.3.3",
"grunt-string-replace": "^1.0.0"
},
"license": "GPL-2.0"
}