Sha256: 61ff28a020800d921da105993b9f66ecc6fd7718a9479fd5d832424fc407e4ac
Contents?: true
Size: 729 Bytes
Versions: 16
Compression:
Stored size: 729 Bytes
Contents
{ "name": "qunit-bdd", "version": "0.6.1", "description": "BDD-style testing for QUnit.", "main": "lib/qunit-bdd.js", "directories": { "test": "test" }, "files": [ "lib/qunit-bdd.js", "LICENSE" ], "scripts": { "test": "node_modules/karma/bin/karma --singleRun=true start karma.conf.js", "develop": "node_modules/karma/bin/karma start karma.conf.js" }, "keywords": [ "qunit", "bdd" ], "repository": { "type": "git", "url": "git@github.com:square/qunit-bdd.git" }, "author": "Brian Donovan", "license": "Apache 2", "devDependencies": { "karma": "^0.12.6", "qunitjs": "~1.12.0", "karma-qunit": "^0.1.1", "karma-phantomjs-launcher": "^0.1.4" } }
Version data entries
16 entries across 16 versions & 1 rubygems