-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
69
{
"name": "guide4you-builder",
"version": "3.5.1",
"description": "A builder for Guide4You.",
"keywords": [
"tool",
"map",
"map client",
"openlayers"
],
"author": "Klaus Benndorf",
"homepage": "https://github.com/KlausBenndorf/guide4you-builder",
"contributors": [
"Sascha Klemenjak <sascha.klemenjak@benndorf.de>",
"Josef Schugt <josef.schugt@benndorf.de>",
"Simon Seyock <simonseyock@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KlausBenndorf/guide4you-builder"
},
"dependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"copy-webpack-plugin": "4.5.1",
"core-js": "2.5.5",
"css-loader": "0.28.11",
"cross-env": "^5.2.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"html-webpack-include-assets-plugin": "1.0.4",
"html-webpack-plugin": "3.2.0",
"ignore-loader": "0.1.2",
"less": "3.0.2",
"less-loader": "4.1.0",
"loader-utils": "1.1.0",
"mkdirp": "0.5.1",
"mustache": "2.3.0",
"ncp": "^2.0.0",
"node-getopt": "0.3.2",
"raw-loader": "0.5.1",
"rimraf": "^2.6.2",
"script-loader": "0.7.2",
"selenium-webdriver": "3.0.1",
"standard": "11.0.1",
"strip-json-comments": "2.0.1",
"style-loader": "0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "4.12.0",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.3",
"worker-loader": "2.0.0",
"webpack-sources": "1.1.0",
"watch": "^1.0.2"
},
"bin": {
"g4u-build": "./build.js",
"g4u-buildTests": "./buildTests.js",
"g4u-grab": "./grab.js"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"version": "npm run test || git checkout ."
}
}