Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.0
lts/carbon
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Use Mobility Explorer to query and visualize transit data from [Transitland](htt
You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Node.js](http://nodejs.org/) (with NPM and Yarn)
* [Bower](http://bower.io/)
* [Ember CLI](http://ember-cli.com/)

## Installation

* `git clone <repository-url>` this repository
* change into the new directory
* `npm install`
* `yarn install`
* `bower install`

## Running / Development
Expand Down
12 changes: 0 additions & 12 deletions bower.json

This file was deleted.

17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember test"
"test": "ember test",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": "",
"engines": {
"node": ">= 0.10.0"
"node": ">= 0.10.0",
"yarn": ">= 1.0.0"
},
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -62,5 +64,16 @@
"turf-difference": "^3.0.12",
"turf-polygon": "^1.0.3",
"xml2js": "^0.4.17"
},
"dependencies": {
"@bower_components/Leaflet.MultiOptionsPolyline": "mjanda/Leaflet.MultiOptionsPolyline#master",
"@bower_components/bootstrap": "twbs/bootstrap#~3.3.5",
"@bower_components/ember": "components/ember#~2.5.0",
"@bower_components/ember-cli-shims": "ember-cli/ember-cli-shims#0.1.1",
"@bower_components/ember-cli-test-loader": "ember-cli/ember-cli-test-loader#0.2.2",
"@bower_components/ember-qunit-notifications": "dockyard/ember-qunit-notifications#0.1.0",
"@bower_components/jquery": "jquery/jquery-dist#>= 1.7.0 < 3.0.0",
"@bower_components/leaflet": "Leaflet/Leaflet#~0.7.7",
"@bower_components/qunit-notifications": "dockyard/qunit-notifications#~0.1.0"
}
}
Loading