forked from FreemapSlovakia/toposcope-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "toposcope-maker",
"version": "0.0.1",
"description": "Web app for making toposcopes.",
"dependencies": {
"babel-loader": "^6.2.10",
"babel-preset-babili": "^0.0.11",
"babel-preset-react": "^6.16.0",
"file-saver": "^1.3.3",
"leaflet": "^1.0.3",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-modal": "^3.0.1",
"react-dom": "^15.4.2",
"react-leaflet": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.14.0",
"eslint-plugin-react": "^6.9.0",
"raw-loader": "^0.5.1",
"webpack": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zdila/simpletileplanner.git"
},
"author": {
"name": "Martin Ždila",
"email": "martin.zdila@freemap.sk"
},
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/zdila/simpletileplanner/issues"
},
"homepage": "https://github.com/zdila/simpletileplanner#readme"
}