forked from shouldjs/should.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 922 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 922 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
34
35
36
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "4.0.4",
"author": "TJ Holowaychuk <tj@vision-media.ca> and contributors",
"repository": {
"type": "git",
"url": "https://github.com/shouldjs/should.js.git"
},
"homepage": "https://github.com/shouldjs/should.js",
"scripts": {
"test": "gulp test",
"zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js"
},
"devDependencies": {
"browserify": "latest",
"mocha-better-spec-reporter": "0.0.2",
"gulp-mocha": "^0.4.1",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.14",
"gulp": "^3.6.2",
"vinyl-source-stream2": "^0.1.1",
"gulp-load-plugins": "^0.5.1",
"gulp-rename": "^1.2.0",
"gulp-header": "^1.0.2",
"mocha": "^1.19.0",
"zuul": "^1.6.5"
},
"keywords": [
"test",
"bdd",
"assert"
],
"main": "./lib/should.js",
"license": "MIT"
}