booler/package.json

29 lines
574 B
JSON
Raw Normal View History

2019-10-31 09:03:22 +07:00
{
2019-10-31 09:45:34 +07:00
"name": "boolerjs",
2019-12-06 12:41:25 +07:00
"version": "0.0.3",
2019-10-31 09:03:22 +07:00
"description": "Convert string to Boolean in JavaScript.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SomboChea/booler.git"
},
"keywords": [
"booler",
"boolean",
"js",
"converter"
2019-10-31 09:03:22 +07:00
],
"author": "Sambo Chea",
"license": "MIT",
"bugs": {
"url": "https://github.com/SomboChea/booler/issues"
},
"homepage": "https://github.com/SomboChea/booler#readme",
"devDependencies": {
"mocha": "^6.2.2"
2019-10-31 09:25:09 +07:00
}
2019-10-31 09:03:22 +07:00
}