staffordsmith
Version:
An npm functional programming library project
32 lines (31 loc) • 704 B
JSON
{
"name": "staffordsmith",
"version": "1.0.1",
"description": "An npm functional programming library project",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.2.0",
"i": "^0.3.6",
"istanbul": "^0.4.5",
"sinon": "^7.1.1"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "istanbul cover _mocha -- test/ -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kidkid440/lodown.git"
},
"author": "Stafford Smith",
"license": "ISC",
"bugs": {
"url": "https://ide.c9.io/kidkid440/lodown-kidkid440"
},
"homepage": "https://github.com/kidkid440/lodown#readme"
}