-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.32 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mocha-testdata",
"version": "1.2.0",
"description": "Multiple test cases per mocha test",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"repository": "pandell/mocha-testdata",
"author": {
"name": "Pandell Technology",
"url": "http://pandell.com/"
},
"contributors": [
{
"name": "John Gozde",
"url": "https://github.com/jgoz"
},
{
"name": "Milan Gardian",
"url": "https://github.com/milang"
},
{
"name": "Jason Heard",
"url": "https://github.com/101100"
},
{
"name": "Lea Hayes",
"url": "https://github.com/kruncher"
}
],
"keywords": [
"mocha",
"testcase",
"testdata",
"given"
],
"scripts": {
"clobber": "git -c core.longpaths=true clean -dfX",
"lint": "gulp lint",
"start": "gulp watch",
"test": "gulp test"
},
"bugs": {
"url": "https://github.com/pandell/mocha-testdata/issues"
},
"homepage": "https://github.com/pandell/mocha-testdata",
"readmeFilename": "README.md",
"devDependencies": {
"chalk": "^1.1",
"gulp": "^3.8",
"gulp-jshint": "^2.0",
"gulp-jslint-simple": "^1.0",
"gulp-mocha": "^2.2",
"gulp-taskfromstreams": "^1.0",
"gulp-util": "^3.0",
"jshint": "^2.9",
"mocha": "^2.4",
"monitorctrlc": "^1.0"
}
}