forked from crispkiwi/mocha-bdd-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@henrylalamove/mocha-bdd-steps",
"version": "1.0.0",
"description": "Mocha interface that adds step function to BDD",
"main": "lib/mocha-bdd-steps.js",
"dependencies": {},
"devDependencies": {
"mocha": "^6.0.2"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --require lib/mocha-bdd-steps.js --ui lib/mocha-bdd-steps test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hinhengchan/mocha-bdd-steps.git"
},
"keywords": [
"mocha",
"bdd",
"steps",
"sequence"
],
"author": "Matt Crisp <matt@crisp.kiwi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crispkiwi/mocha-bdd-steps/issues"
},
"homepage": "https://github.com/crispkiwi/mocha-bdd-steps#readme"
}