Austen Collins 932cb77b42 changes
2015-07-26 11:50:14 -07:00

83 lines
2.0 KiB
JSON

{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "7.0.2",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"repository": {
"type": "git",
"url": "git+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",
"gulp": "^3.8.10",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.5.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^2.2.14",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"vinyl-source-stream2": "^0.1.1",
"zuul": "latest"
},
"keywords": [
"test",
"bdd",
"assert",
"should"
],
"main": "./index.js",
"license": "MIT",
"dependencies": {
"should-equal": "0.5.0",
"should-format": "0.3.0",
"should-type": "0.2.0"
},
"gitHead": "1e458307a77ec8609ae345d8a20850c419317bad",
"bugs": {
"url": "https://github.com/shouldjs/should.js/issues"
},
"_id": "should@7.0.2",
"_shasum": "1df24e02a971cf1d595aed267e2d83f24c370983",
"_from": "should@*",
"_npmVersion": "2.11.3",
"_nodeVersion": "2.3.3",
"_npmUser": {
"name": "btd",
"email": "bardadymchik@gmail.com"
},
"dist": {
"shasum": "1df24e02a971cf1d595aed267e2d83f24c370983",
"tarball": "http://registry.npmjs.org/should/-/should-7.0.2.tgz"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "gjohnson",
"email": "gjj391@gmail.com"
},
{
"name": "travisjeffery",
"email": "tj@travisjeffery.com"
},
{
"name": "btd",
"email": "bardadymchik@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/should/-/should-7.0.2.tgz"
}