jstd-shim
Version:
A jstd shim for executing jstd tests outside the JSTD environment
33 lines (32 loc) • 683 B
JSON
{
"name": "jstd-shim",
"description": "A jstd shim for executing jstd tests outside the JSTD environment",
"version": "0.1.3",
"homepage": "https://github.com/atsid/jstd-shim",
"author": {
"name": "Sean Lawrence",
"email": "sean.lawrence@atsid.com"
},
"repository": {
"type": "git",
"url": "git://github.com/atsid/jstd-shim.git"
},
"bugs": {
"url": "https://github.com/atsid/jstd-shim/issues"
},
"main": "jstd.shim.js",
"scripts": {
"test": "karma start"
},
"license": "Apache 2.0",
"keywords": [
"jstd",
"karma",
"jstd adapter",
"jstestdriver",
"shim"
],
"devDependencies": {
"karma": "~0.8.6"
}
}