-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 870 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
{
"name": "bahnmap",
"version": "0.1.3",
"description": "A better version of the onboard map on ICE trains",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node server.js"
},
"author": "Philipp Bock <[email protected]> (http://philippbock.de/)",
"license": "MIT",
"dependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"express": "^4.13.3",
"leaflet": "^0.7.7",
"node-xlsx": "^0.6.0",
"query-string": "^3.0.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-leaflet": "^0.9.0",
"react-sparklines": "^1.4.2",
"request": "^2.67.0",
"webpack": "^1.12.9",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"eslint-plugin-react": "^3.11.3"
}
}