funcunit
Version:
<!-- @hide title
45 lines (44 loc) • 901 B
JSON
{
"name": "funcunit.com",
"description": "Documentation for the FuncUnit testing framework.",
"version": "0.0.1",
"main": "app/app",
"scripts": {
"build": "grunt build"
},
"maintainers": [
{
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "https://www.bitovi.com/"
}
],
"dependencies": {
"can": "^2.3.0-pre.0",
"jquery": "^3.1.1"
},
"devDependencies": {
"documentjs": "^0.3.0-pre.4",
"steal": "^0.16.35",
"steal-tools": "^0.16.0",
"grunt": "^0.4.5"
},
"homepage": "http://funcunit.com",
"repository": {
"type": "git",
"url": "git://github.com/bitovi/funcunit.git"
},
"system": {
"npmIgnore": [
"documentjs"
],
"bundlesPath": "static",
"bundleSteal": true
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}