mapillary-js/package.json

53 lines
1.2 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": {
"browserify": "12.0.1",
"del": "~2.0.2",
"ghooks": "0.3.2",
"gulp": "~3.9.0",
"gulp-documentation": "2.0.0",
"gulp-rename": "~1.2.2",
"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-chrome-launcher": "0.2.1",
"karma-jasmine": "0.3.6",
"vinyl-source-stream": "1.1.0",
"yargs": "3.29.0"
},
"config": {},
"dependencies": {
"graphlib": "~1.0.7",
"rbush": "~1.4.1",
"rest": "~1.3.1",
"three": "~0.73.0",
"underscore": "~1.8.3",
"when": "~3.7.4"
}
}