-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
35
36
{
"name": "niigata-city-wifi-map",
"version": "1.0.0",
"description": "Niigata City Wi-Fi Map",
"main": "index.js",
"scripts": {
"prestart": "npm run build",
"start": "static docs",
"prebuild": "rimraf docs && mkdirp docs",
"build": "cp -r src/* docs",
"postbuild": "npm run import",
"import": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/circled9/niigata-city-wifi-map.git"
},
"author": "Matsui Masashi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/circled9/niigata-city-wifi-map/issues"
},
"homepage": "https://github.com/circled9/niigata-city-wifi-map#readme",
"devDependencies": {
"async": "^2.0.0-rc.3",
"eslint": "^2.9.0",
"eslint-config-google": "^0.5.0",
"geocoder": "^0.2.2",
"iconv": "^2.2.1",
"mkdirp": "^0.5.1",
"node-static": "^0.7.7",
"request": "^2.72.0",
"rimraf": "^2.5.2"
}
}