var-clean
Version:
clean variable
29 lines (28 loc) • 571 B
JSON
{
"name": "var-clean",
"version": "1.0.1",
"description": "clean variable",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"author": "Tan Li Hau",
"license": "MIT",
"devDependencies": {
"jasmine": "^2.4.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tanhauhau/var-clean.git"
},
"keywords": [
"clean",
"variable",
"nodejs"
],
"bugs": {
"url": "https://github.com/tanhauhau/var-clean/issues"
},
"homepage": "https://github.com/tanhauhau/var-clean#readme"
}