{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "0.4.5",
"main": "src/jest.js",
"dependencies": {
"coffee-script": "^1.8.0",
"cover": "~0.2.8",
"diff": "~1.0.4",
"graceful-fs": "^2.0.3",
"harmonize": "1.4.2",
"istanbul": "^0.3.2",
"jasmine-only": "0.1.0",
"jasmine-pit": "~2.0.0",
"jsdom": "~0.10.3",
"node-haste": "^1.2.8",
"node-worker-pool": "~2.4.2",
"optimist": "~0.6.0",
"q": "~0.9.7",
"resolve": "~0.6.1",
"through": "^2.3.4",
"lodash.template": "^3.0.0"
},
"devDependencies": {
"jshint": "~2.5.0",
"node-find-files": "0.0.2"
},
"bin": {
"jest": "./bin/jest.js"
},
"engines": {
"node": "0.8.x || 0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
},
"scripts": {
"prepublish": "jshint --config=.jshintrc --exclude=src/coverageTemplate.js src && node bin/jest.js",
"test": "jshint --config=.jshintrc --exclude=src/coverageTemplate.js src && node bin/jest.js"
},
"jest": {
"rootDir": "src",
"testPathIgnorePatterns": [
"/__tests__/[^/]*/.+"
]
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"homepage": "http://facebook.github.io/jest/",
"keywords": [
"facebook",
"jest",
"test",
"unit",
"jasmine",
"mock"
],
"license": "BSD",
"gitHead": "7ab09e272bc264c4d91cf2644534806b64ada55c",
"_id": "[email protected]",
"_shasum": "1a7f2cce0a9363896a6ad6b30eda5836beb66edd",
"_from": "jest-cli@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "amasad",
"email": "[email protected]"
},
"maintainers": [
{
"name": "jeffmo",
"email": "[email protected]"
},
{
"name": "zpao",
"email": "[email protected]"
},
{
"name": "leebyron",
"email": "[email protected]"
},
{
"name": "dmitrysoshnikov",
"email": "[email protected]"
},
{
"name": "amasad",
"email": "[email protected]"
}
],
"dist": {
"shasum": "1a7f2cce0a9363896a6ad6b30eda5836beb66edd",
"tarball": "http://registry.npmjs.org/jest-cli/-/jest-cli-0.4.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-0.4.5.tgz"
}