kevinqdang
Version:
An npm functional programming library project
32 lines (31 loc) • 655 B
JSON
{
"name": "kevinqdang",
"version": "1.0.4",
"description": "An npm functional programming library project",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.1.2",
"i": "^0.3.6",
"istanbul": "^0.4.5",
"sinon": "^6.0.0"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinQDang/lodown.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KevinQDang/lodown/issues"
},
"homepage": "https://github.com/KevinQDang/lodown#readme"
}