91 lines
2.0 KiB
JSON
91 lines
2.0 KiB
JSON
{
|
|
"name": "grunt-contrib-nodeunit",
|
|
"description": "Run Nodeunit unit tests.",
|
|
"version": "0.4.1",
|
|
"homepage": "https://github.com/gruntjs/grunt-contrib-nodeunit",
|
|
"author": {
|
|
"name": "Grunt Team",
|
|
"url": "http://gruntjs.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gruntjs/grunt-contrib-nodeunit.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gruntjs/grunt-contrib-nodeunit/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/gruntjs/grunt-contrib-nodeunit/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {
|
|
"hooker": "~0.2.3",
|
|
"nodeunit": "~0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-internal": "~0.4.6",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt": "~0.4.0",
|
|
"tap": "~0.4.6"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": "~0.4.0"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin"
|
|
],
|
|
"files": [
|
|
"tasks",
|
|
"LICENSE-MIT"
|
|
],
|
|
"_id": "grunt-contrib-nodeunit@0.4.1",
|
|
"dist": {
|
|
"shasum": "943393ee5d66b1cdadb49a9b23aaee44455095b2",
|
|
"tarball": "http://registry.npmjs.org/grunt-contrib-nodeunit/-/grunt-contrib-nodeunit-0.4.1.tgz"
|
|
},
|
|
"_from": "grunt-contrib-nodeunit@*",
|
|
"_npmVersion": "1.3.26",
|
|
"_npmUser": {
|
|
"name": "vladikoff",
|
|
"email": "vlad@vladikoff.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tkellen",
|
|
"email": "tyler@sleekcode.net"
|
|
},
|
|
{
|
|
"name": "cowboy",
|
|
"email": "cowboy@rj3.net"
|
|
},
|
|
{
|
|
"name": "shama",
|
|
"email": "kyle@dontkry.com"
|
|
},
|
|
{
|
|
"name": "vladikoff",
|
|
"email": "vlad@vladikoff.com"
|
|
},
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
{
|
|
"name": "jmeas",
|
|
"email": "jellyes2@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "943393ee5d66b1cdadb49a9b23aaee44455095b2",
|
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-nodeunit/-/grunt-contrib-nodeunit-0.4.1.tgz"
|
|
}
|