-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 919 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
30
31
32
33
34
35
36
{
"author": "Zp Bappi (http://zpbappi.com)",
"name": "gulp-chutzpah",
"keywords": [
"gulp",
"chutzpah",
"gulpplugin"
],
"description": "A gulp plugin to run javascript tests using Chutzpah test runner",
"version": "1.5.0",
"homepage": "https://github.com/zpbappi/gulp-chutzpah",
"repository": {
"type": "git",
"url": "https://github.com/zpbappi/gulp-chutzpah.git"
},
"files": [
"index.js"
],
"dependencies": {
"gulp-util": "^3.0.7",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^2.3.4",
"should": "^8.1.1",
"stream-assert": "^2.0.3",
"into-stream": "^2.0.0",
"q": "^1.4.1",
"proxyquire": "^1.7.3"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha ./test.js"
},
"license": "MIT"
}