gpii-testem
Version:
A library to assist in using Testem within the Fluid ecosystem.
47 lines (46 loc) • 1.35 kB
JSON
{
"name": "gpii-testem",
"version": "2.1.3",
"description": "A library to assist in using Testem within the Fluid ecosystem.",
"main": "index.js",
"nyc": {
"exclude": [
"node_modules/**",
"tests/**"
]
},
"scripts": {
"pretest": "node node_modules/rimraf/rimraf.js coverage/* reports/*",
"test": "node node_modules/nyc/bin/nyc.js node tests/all-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GPII/gpii-testem.git"
},
"author": "Tony Atkins <tony@raisingthefloor.org>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.gpii.net/"
},
"homepage": "https://github.com/GPII/gpii-testem/",
"dependencies": {
"glob": "7.1.2",
"gpii-express": "1.0.14",
"infusion": "3.0.0-dev.20180312T184056Z.e4d2974d2",
"istanbul": "0.4.5",
"istanbul-lib-instrument": "1.10.1",
"mkdirp": "0.5.1",
"node-jqunit": "1.1.8",
"rimraf": "2.6.2",
"testem": "2.7.1"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-fluid": "1.3.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.3",
"grunt-jsonlint": "1.1.0",
"nyc": "12.0.2",
"qunitjs": "2.4.1"
}
}