UNPKG

meteor-typings

Version:
38 lines (37 loc) 1.1 kB
{ "name": "meteor-typings", "version": "1.4.1", "description": "Type definitions for Meteor", "scripts": { "build": "rimraf 1.4/out 1.3/out 1.2/out && gulp build", "test": "tsc -p 1.4/test", "build+test": "npm run build && npm run test", "lint": "tslint \"**/*.ts\" -e \"**/out/**\" -e \"**/test/**\" -e \"node_modules/**\"" }, "typings": "./1.4/main.d.ts", "repository": { "type": "git", "url": "git+https://github.com/meteor-typings/meteor.git" }, "author": "https://github.com/meteor-typings", "license": "MIT", "bugs": { "url": "https://github.com/meteor-typings/meteor/issues" }, "homepage": "https://github.com/meteor-typings/meteor#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-change": "^1.0.0", "gulp-concat": "^2.6.0", "gulp-filter": "^4.0.0", "gulp-ignore": "^2.0.1", "gulp-replace": "^0.5.4", "js-beautify": "^1.6.2", "rimraf": "^2.5.4", "run-sequence": "^1.1.5", "tslint": "^3.8.1", "tslint-config-typings": "^0.2.3", "typescript": "^2.1.5", "typings": "^1.3.2" } }