crafity-jstest
Version:
Crafity Test Framework
70 lines (69 loc) • 1.4 kB
JSON
{
"name": "crafity-jstest",
"description": "Crafity Test Framework",
"version": "0.1.14",
"author": "Galina Slavova <galina@crafity.com> and Bart Riemens <briemens@crafity.com>",
"homepage": "https://github.com/Crafity/crafity-jstest/wiki",
"keywords": [
"Testing",
"TDD",
"JavaScript",
"Node",
"Async",
"JSLint",
"http",
"assert"
],
"maintainers": [
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
}
],
"contributors": [
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
}
],
"main": "./lib/crafity.jstest.js",
"directories": {
"lib": "lib",
"tests": "test"
},
"licenses": [
{
"type": "The MIT License",
"url": "https://github.com/Crafity/crafity-core/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/Crafity/crafity-jstest/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Crafity/crafity-jstest.git"
},
"dependencies": {
"crafity-core": "~0.1.0",
"ansi": "~0.2.0"
},
"engines": {
"node": "*"
},
"scripts": {
"prepublish": "npm prune"
}
}