UNPKG

repture

Version:

Lightweight JavaScript ES6 based utility library

34 lines (33 loc) 808 B
{ "name": "repture", "version": "1.0.0", "description": "Lightweight JavaScript ES6 based utility library", "keywords": [ "utlity", "helpers" ], "author": "Javed Ahmadzai <theahmadzai@hotmail.com>", "license": "MIT", "main": "dist/repture.js", "homepage": "https://github.com/theahmadzai/repture", "repository": { "type": "git", "url": "https://github.com/theahmadzai/repture.git" }, "bugs": { "url": "https://github.com/theahmadzai/repture/issues" }, "scripts": { "build": "rollup -c", "watch": "rollup -cw", "test": "mocha", "test:watch": "mocha --watch ./test ./dist" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0", "rollup": "^0.63.5", "rollup-plugin-typescript": "^0.8.1", "typescript": "^3.0.1" } }