File: /var/dev/farhangmoaser/web/node_modules/should/package.json
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "7.1.1",
"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": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js",
"zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js",
"browser": "gulp script"
},
"devDependencies": {
"browserify": "latest",
"eslint": "latest",
"gulp": "^3.8.10",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zuul": "latest"
},
"keywords": [
"test",
"bdd",
"assert",
"should"
],
"main": "./index.js",
"license": "MIT",
"dependencies": {
"should-equal": "0.5.0",
"should-format": "0.3.1",
"should-type": "0.2.0"
}
}