-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.36 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": "public-transport-client",
"version": "1.0.9",
"description": "Module for running public-transport app on a client.",
"main": "lib/client.js",
"scripts": {
"build": "npm update && babel src --out-dir lib",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"geo-coords-distance": "^2.0.1"
},
"dependencies": {
"public-transport-find-optimal-ways": "git+https://github.com/pasvistelik/public-transport-find-optimal-ways.git",
"public-transport-initialize-data": "git+https://github.com/pasvistelik/public-transport-initialize-data.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pasvistelik/public-transport-client.git"
},
"keywords": [
"public-transport",
"initializing-module"
],
"author": "Andrey Pasvistelik",
"license": "ISC",
"bugs": {
"url": "https://github.com/pasvistelik/public-transport-client/issues"
},
"homepage": "https://github.com/pasvistelik/public-transport-client#readme"
}