forked from hhkaos/awesome-arcgis
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.67 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "awesome-arcgis",
"version": "1.0.0",
"description": "Awesome list of resources",
"main": "deploy.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"gitbook-plugin-collapsible-menu": "^1.0.2",
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-search-plus": "^1.0.3",
"gitbook-plugin-sitemap": "^1.2.0",
"gitbook-plugin-toggle-chapters": "0.0.3",
"gitbook-plugin-youtube": "^1.1.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.19.0",
"@esri/arcgis-rest-items": "^1.19.0",
"@esri/arcgis-rest-request": "^1.19.0",
"are-we-there-yet": "^1.1.5",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"command-exists": "^1.2.2",
"doctoc": "^1.3.0",
"es6-promise": "^4.2.6",
"gitbook": "^3.2.2",
"gitbook-cli": "^2.3.0",
"gitbook-plugin-feed": "^0.3.0",
"gitbook-summary": "^1.1.4",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^2.0.0",
"jsdom": "^14.0.0",
"node-html-parser": "^1.1.13",
"nopt": "^4.0.1"
},
"scripts": {
"serve": "node ./node_modules/gitbook-cli/bin/gitbook.js serve --port 4000",
"install": "node ./node_modules/gitbook-cli/bin/gitbook.js install",
"deploy": "node deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hhkaos/awesome-arcgis.git"
},
"keywords": [
"arcgis",
"awesome",
"resources",
"esri"
],
"author": "Raul Jimenez Ortega <raul.jimenez@esri.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/hhkaos/awesome-arcgis/issues"
},
"homepage": "https://github.com/hhkaos/awesome-arcgis#readme"
}