%PDF- %PDF-
| Direktori : /usr/share/nodejs/tsame/ |
| Current File : //usr/share/nodejs/tsame/package.json |
{
"name": "tsame",
"version": "2.0.0",
"description": "the logic behind tap's t.same() and t.strictSame()",
"main": "index.js",
"devDependencies": {
"tap": "^11.1.5"
},
"scripts": {
"test": "tap -J --100 test",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tsame.git"
},
"keywords": [],
"license": "ISC",
"files": [
"index.js"
]
}