typestub-googlemap
Version:
source: https://github.com/beenotung/typed-horizon
49 lines (48 loc) • 1.35 kB
JSON
{
"name": "typestub-googlemap",
"version": "0.1.2",
"description": "source: https://github.com/beenotung/typed-horizon",
"main": "index.js",
"scripts": {
"build": "tsc -p ./ --outDir ./",
"lint": "npm-run-all lint:*",
"lint:tsc": "tslint --type-check --project tsconfig.json -c tslint.json",
"lint:ionic": "ionic-app-scripts lint",
"test": "npm-run-all build lint",
"preversion": "npm run test",
"prepublishOnly": "npm run build"
},
"keywords": [
"google map",
"googlemap",
"typedef",
"typestub"
],
"author": "Beeno Tung",
"license": "BSD-3-Clause",
"dependencies": {},
"devDependencies": {
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/tsc-wrapped": "^4.0.0",
"@ionic/app-scripts": "^2.1.4",
"ajv": "^5.0.0",
"codelyzer": "^3.1.2",
"npm-run-all": "^4.1.1",
"rxjs": "^5.4.0",
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.2",
"zone.js": "^0.8.4"
},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/beenotung/typestub-googlemap.git"
},
"bugs": {
"url": "https://github.com/beenotung/typestub-googlemap/issues"
},
"homepage": "https://github.com/beenotung/typestub-googlemap#readme"
}