UNPKG

jebjust

Version:

Return only what you want, the most specialized javascript module ever.

32 lines (31 loc) 793 B
{ "name": "jebjust", "version": "1.0.1", "description": "Return only what you want, the most specialized javascript module ever.", "main": "dist/index.js", "scripts": { "release": "standard-version", "build": "tsc && browserify dist/index.js -o dist/bundle.js", "test": "node dist/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/JebBarbas/jebjust.git" }, "keywords": [ "just", "justjs" ], "author": "jebbarbas", "license": "ISC", "bugs": { "url": "https://github.com/JebBarbas/jebjust/issues" }, "homepage": "https://github.com/JebBarbas/jebjust#readme", "devDependencies": { "@types/assert": "^1.5.5", "browserify": "^17.0.0", "standard-version": "^9.3.1", "typescript": "^4.3.5" } }