UNPKG

purelogic-ts

Version:
50 lines (49 loc) 1.17 kB
{ "name": "purelogic-ts", "version": "0.1.1", "description": "PureLogic for TypeScript", "main": "index.js", "keywords": [ "mapreduce", "bigdata", "linq", "dsl", "edsl", "typescript" ], "scripts": { "prepublish": "tsc", "test": "tsc && tslint *.ts && istanbul cover node_modules/mocha/bin/_mocha && istanbul check-coverage", "mocha": "mocha", "istanbul": "istanbul", "tslint": "tslint", "tsc": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/sergey-shandar/purelogic-ts.git" }, "author": "Sergey Shandar", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sergey-shandar/purelogic-ts/issues" }, "files": [ "*.js", "*.d.ts" ], "homepage": "https://github.com/sergey-shandar/purelogic-ts#readme", "devDependencies": { "@types/chai": "^3.4.33", "@types/mocha": "^2.2.30", "chai": "^3.5.0", "istanbul": "^0.4.5", "mocha": "^3.1.0", "tslint": "^3.15.1", "typescript": "^2.0.3" }, "dependencies": { "iterable-ts": "0.0.2", "tslib": "^1.0.0" } }