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.
60 lines
1.4 KiB
60 lines
1.4 KiB
{
|
|
"name": "javascript-testing",
|
|
"version": "1.0.0",
|
|
"description": "Basic testing example for Javascript projects with karma, mocha, chai, sinon and phantomjs",
|
|
"homepage": "https://github.com/moelders/javascript-testing/",
|
|
"main": "grunt",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"author": {
|
|
"name": "Jaime Pastor Pueyo",
|
|
"email": "moelders@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moelders/javascript-testing.git"
|
|
},
|
|
"devDependencies": {
|
|
"sinon-chai": "^3.5.0",
|
|
"sinon": "^9.2.0",
|
|
"grunt": "^1.3.0",
|
|
"karma": "^4.4.1",
|
|
"mocha": "^8.2.0",
|
|
"chai": "^4.2.0",
|
|
"karma-chai": "0.1.0",
|
|
"grunt-contrib-connect": "3.0.0",
|
|
"grunt-karma": "4.0.0",
|
|
"grunt-run": "0.8.1",
|
|
"grunt-timer": "0.6.0",
|
|
"karma-chai-sinon": "0.1.5",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-mocha": "2.0.1",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-sinon": "1.0.5",
|
|
"karma-coverage": "^2.0.3"
|
|
},
|
|
"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",
|
|
"phantomjs"
|
|
],
|
|
"dependencies": {
|
|
"bower": "^1.8.8",
|
|
"install": "^0.13.0"
|
|
}
|
|
}
|