mapillary-js/package.json
2015-11-04 17:32:31 +01:00

45 lines
1.0 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",
"ghooks": "0.3.2",
"gulp": "3.9.0",
"gulp-documentation": "2.0.0",
"gulp-serve": "1.2.0",
"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"
},
"config": {
"ghooks": {
"pre-commit": "npm run test && gulp ts-lint"
}
}
}