shared-examples-for
Version:
Shared behaviour helpers
34 lines (33 loc) • 776 B
JSON
{
"name": "shared-examples-for",
"version": "0.1.3",
"description": "Shared behaviour helpers",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd"
},
"repository": {
"type": "git",
"url": "https://github.com/maxmalov/node-shared-examples-for.git"
},
"keywords": [
"bdd",
"shared",
"examples",
"mocha",
"jasmine",
"rspec"
],
"author": "Maxim Malov <m.malov.v@gmail.com>",
"license": "The MIT License (MIT)",
"bugs": {
"url": "https://github.com/maxmalov/node-shared-examples-for/issues"
},
"homepage": "https://github.com/maxmalov/node-shared-examples-for",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
}
}