forked from alexindigo/buster-functional
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 710 Bytes
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
{
"name": "buster-functional",
"version": "1.1.1",
"description": "Functional tests extension for BusterJS. Adds helper functions to simulate basic user interactions",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/buster-test --fail-on-focus --reporter specification"
},
"repository": {
"type": "git",
"url": "git://github.com/alexindigo/buster-functional.git"
},
"devDependencies": {
"buster": "~0.7.18",
"buster-istanbul": "^0.1.13",
"coveralls": "^2.11.2",
"pre-commit": "^1.0.3"
},
"keywords": [
"buster",
"test",
"tests",
"functional",
"helper"
],
"author": "Alex Indigo <iam@alexindigo.com>",
"license": "MIT"
}