mapillary-js/package.json
2015-12-18 12:32:55 -08:00

67 lines
1.6 KiB
JSON

{
"name": "mapillary-js",
"version": "0.0.1",
"description": "Mapillary WebGL Viewer",
"main": "src/Viewer.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapillary/mapillary-js.git"
},
"keywords": [
"mapillary",
"webgl",
"viewer"
],
"license": "TBA",
"bugs": {
"url": "https://github.com/mapillary/mapillary-js/issues"
},
"homepage": "https://github.com/mapillary/mapillary-js#readme",
"devDependencies": {
"brfs": "^1.4.1",
"browserify": "12.0.1",
"del": "~2.0.2",
"envify": "^3.4.0",
"exorcist": "0.4.0",
"ghooks": "0.3.2",
"gulp": "~3.9.0",
"gulp-documentation": "2.0.0",
"gulp-serve": "1.2.0",
"gulp-shell": "0.5.1",
"gulp-standard": "5.2.2",
"gulp-tsd": "0.0.4",
"gulp-tslint": "3.5.0",
"gulp-typescript": "2.9.2",
"jasmine-core": "2.3.4",
"karma": "0.13.15",
"karma-browserify": "4.4.1",
"karma-chrome-launcher": "0.2.1",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.6",
"tsd": "0.6.5",
"tsify": "0.13.0",
"typescript": "1.7.3",
"vinyl-source-stream": "1.1.0",
"yargs": "3.29.0"
},
"config": {
"ghooks": {
"pre-commit": "gulp js-lint && gulp ts-lint",
"pre-push": "gulp test"
}
},
"dependencies": {
"graphlib": "~1.0.7",
"latlon-geohash": "^1.0.1",
"rbush": "~1.4.1",
"rest": "~1.3.1",
"rx": "^4.0.7",
"three": "~0.73.0",
"underscore": "~1.8.3",
"when": "~3.7.4"
}
}