olhovivo
Version:
A node.js wrapper for the SPTrans Olho Vivo API.
39 lines (38 loc) • 947 B
JSON
{
"name": "olhovivo-ui",
"version": "1.0.0",
"description": "An UI for visualizing bus movement in São Paulo",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yamadapc/node-olhovivo"
},
"author": "Pedro Tacla Yamada",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadapc/node-olhovivo/issues"
},
"homepage": "https://github.com/yamadapc/node-olhovivo",
"devDependencies": {
"browserify": "^8.1.3",
"express": "^4.11.2",
"gulp": "^3.8.10",
"gulp-stylus": "^2.0.0",
"gulp-util": "^3.0.3",
"lodash": "^3.1.0",
"mocha": "^2.1.0",
"reactify": "^1.0.0",
"stylus": "^0.50.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"gulp-livereload": "^3.7.0",
"react": "^0.12.2",
"react-google-maps": "^0.2.4",
"socket.io-client": "^1.3.3"
}
}