You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
973 B
45 lines
973 B
{
|
|
"name": "clientside-testing-example",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"preinstall": "node bin/preinstall",
|
|
"postinstall": "node bin/postinstall"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "1.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"coverage": "^0.4.1",
|
|
"karma": "^4.4.1",
|
|
"karma-chai": "0.1.0",
|
|
"karma-chai-sinon": "0.1.5",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage": "^2.0.3",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-sinon": "1.0.5",
|
|
"mocha": "^8.2.0",
|
|
"requirejs": "^2.3.6",
|
|
"sinon": "^9.2.0",
|
|
"sinon-chai": "^3.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": {
|
|
"type": "Apache-2.0",
|
|
"description": "Apache License Version 2.0, January 2004",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
},
|
|
"keywords": [
|
|
"test",
|
|
"testing",
|
|
"unit",
|
|
"coverage",
|
|
"karma",
|
|
"mocha",
|
|
"chai",
|
|
"sinon"
|
|
]
|
|
}
|