-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 884 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 884 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
29
30
31
32
33
{
"name": "expect-inputs",
"version": "1.0.0",
"description": "A helper library to sanity check function inputs.",
"author": "Donald Steinert <steinert.donald@gmail.com> (https://dnld.cc)",
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=4.0.0",
"npm": ">2.0.0"
},
"homepage": "https://github.com/GoodUncleFood/expect-inputs",
"bugs": {
"url": "https://github.com/GoodUncleFood/expect-inputs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/GoodUncleFood/expect-inputs.git"
},
"dependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.2",
"gulp-load-plugins": "^1.3.0",
"gulp-mocha": "^3.0.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.1.2",
"run-sequence": "^1.2.2"
}
}