jsweird
Version:
Translate from normal javascript to weird javascript
28 lines (27 loc) • 658 B
JSON
{
"name": "jsweird",
"version": "2.0.3",
"description": "Translate from normal javascript to weird javascript",
"main": "index.js",
"bin": {
"weird": "bin/weird"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "node ./example/simple/example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YaroslavGaponov/weird.git"
},
"keywords": [
"weird",
"javascript"
],
"author": "Yaroslav Gaponov",
"license": "ISC",
"bugs": {
"url": "https://github.com/YaroslavGaponov/weird/issues"
},
"homepage": "https://github.com/YaroslavGaponov/weird#readme"
}