-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
56 lines (56 loc) · 1.39 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
{
"name": "maptalk-examples",
"version": "0.1.0",
"description": "examples for maptalks.js",
"dependencies": {},
"devDependencies": {
"@justeat/gulp-gh-pages": "^1.0.3",
"clean-css": "^4.1.7",
"css-loader": "^0.28.5",
"eslint": "^2.13.1",
"eslint-config-maptalks": "^0.2.1",
"extract-text-webpack-plugin": "1.0.1",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"handlebars": "^4.0.5",
"i18next": "^8.4.3",
"i18next-sync-fs-backend": "^1.0.0",
"lunr": "^2.1.2",
"lunr-languages": "^1.9.0",
"marked": "^0.3.6",
"metalsmith": "^2.1.0",
"metalsmith-assets-ex": "^0.1.0",
"metalsmith-branch": "^0.0.5",
"metalsmith-debug": "^1.1.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-timer": "0.0.2",
"ms-webpack": "^1.0.2",
"multimatch": "^2.1.0",
"nodejieba": "^2.6.0",
"prettify": "^0.1.7"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"deploy": "gulp deploy"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maptalks/examples.git"
},
"keywords": [
"maptalks",
"examples",
"demo"
],
"author": "wsw0108 <[email protected]>",
"contributors": [
"fuzhenn <[email protected]>",
"wangjun <[email protected]>"
],
"license": "GPL-3.0",
"homepage": "https://github.com/maptalks/examples#readme"
}