{ "name": "mapillary-js", "version": "1.0.1", "description": "WebGL JavaScript library for displaying street level imagery from mapillary.com", "main": "dist/mapillary-js.min", "scripts": { "test": "./node_modules/karma/bin/karma start", "prepublish": "./node_modules/gulp/bin/gulp.js prepublish" }, "repository": { "type": "git", "url": "git+https://github.com/mapillary/mapillary-js.git" }, "keywords": [ "mapillary", "webgl", "viewer" ], "license": "MIT", "bugs": { "url": "https://github.com/mapillary/mapillary-js/issues" }, "homepage": "https://github.com/mapillary/mapillary-js#readme", "devDependencies": { "brfs": "^1.4.1", "browser-sync": "2.11.1", "browserify": "12.0.1", "del": "~2.0.2", "envify": "^3.4.0", "ghooks": "0.3.2", "gulp": "~3.9.0", "gulp-autoprefixer": "3.1.0", "gulp-concat": "2.6.0", "gulp-documentation": "2.0.0", "gulp-minify-css": "1.2.3", "gulp-rename": "1.2.2", "gulp-shell": "0.5.1", "gulp-sourcemaps": "1.6.0", "gulp-standard": "5.2.2", "gulp-tslint": "^4.2.2", "gulp-typedoc": "1.2.1", "gulp-typescript": "2.9.2", "gulp-uglify": "1.5.1", "gulp-util": "3.0.7", "jasmine-core": "2.3.4", "karma": "^0.13.19", "karma-browserify": "4.4.1", "karma-chrome-launcher": "0.2.1", "karma-firefox-launcher": "0.1.7", "karma-jasmine": "0.3.6", "tsify": "0.13.0", "tslint": "^3.2.1", "typedoc": "0.3.12", "typescript": "1.7.3", "typings": "^0.6.8", "uglifyify": "3.0.1", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0", "watchify": "3.7.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", "unitbezier": "0.0.0", "virtual-dom": "^2.1.1", "when": "~3.7.4" }, "browser": { "rx": "./node_modules/rx/dist/rx.all.min.js", "three": "./node_modules/three/three.min.js" } }