UNPKG

petrol

Version:

A javascript unit testing tool designed to be simple, to install it and start writing tests. that's it. No webpack, No karma. No distractions.

56 lines (55 loc) 1.33 kB
{ "name": "petrol", "version": "1.0.12", "description": "A javascript unit testing tool designed to be simple, to install it and start writing tests. that's it. No webpack, No karma. No distractions.", "license": "MIT", "repository": "https://github.com/mgmonge/petrol", "author": { "name": "Maximiliano Monge", "email": "maxi@sneekdigital.co.ulk", "url": "https://github.com/MGMonge" }, "bin": { "petrol": "./bin/petrol" }, "keywords": [ "unit", "test", "jsunit", "petrol", "testing", "coverage", "unit-test", "vue-unit-test", "vue-test", "vue", "js-unit" ], "engines": { "node": ">=4" }, "scripts": { "test": "./bin/petrol run core-tests/" }, "dependencies": { "babel-core": "^6.21.0", "babel-preset-env": "^1.6.0", "colors": "^1.1.2", "concordance": "^3.0.0", "esprima": "^4.0.0", "esprima-walk": "^0.1.0", "glob": "^7.1.2", "jasmine": "^2.7.0", "jsdom": "^11.3.0", "jsdom-global": "^3.0.2", "mkdirp": "^0.5.1", "module-alias": "^2.0.1", "pretty-error": "^2.1.1", "require-extension-hooks": "^0.3.0", "require-extension-hooks-vue": "^0.4.0", "source-map-support": "^0.4.16", "vue": "2.4.2", "vue-test-utils": "^1.0.0-beta.9", "yargs": "^8.0.2" } }