Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
qunitjs
/
Filename :
package.json
back
Copy
{ "name": "qunitjs", "title": "QUnit", "description": "An easy-to-use JavaScript Unit Testing framework.", "version": "1.23.1", "homepage": "https://qunitjs.com", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/qunit/blob/1.23.1/AUTHORS.txt" }, "repository": { "type": "git", "url": "git://github.com/jquery/qunit.git" }, "keywords": [ "testing", "unit", "jquery" ], "bugs": { "url": "https://github.com/jquery/qunit/issues" }, "license": "MIT", "files": [ "qunit/qunit.js", "qunit/qunit.css", "LICENSE.txt" ], "dependencies": {}, "devDependencies": { "async": "1.5.2", "browserstack-runner": "0.4.3", "commitplease": "2.3.0", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-concurrent": "2.2.1", "grunt-contrib-concat": "1.0.0", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-watch": "1.0.0", "grunt-coveralls": "1.0.0", "grunt-git-authors": "3.1.1", "grunt-jscs": "2.8.0", "grunt-qunit-istanbul": "0.6.0", "grunt-search": "0.1.8", "load-grunt-tasks": "3.4.1", "requirejs": "2.2.0" }, "scripts": { "browserstack": "sh build/run-browserstack.sh", "ci": "grunt && grunt coveralls", "test": "grunt", "prepublish": "grunt build" }, "commitplease": { "components": [ "All", "Assert", "Build", "CSS", "Core", "Dump", "HTML Reporter", "Readme", "Test", "Tests" ] }, "main": "qunit/qunit.js" }