sambac-webpack
Version:
Run your jasmine specs in the browser
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "sambac-webpack",
"version": "2.3.2",
"description": "Run your jasmine specs in the browser",
"preferGlobal": true,
"bin": {
"sambac": "bin/sambac.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/acaides/sambac.git"
},
"keywords": [
"jasmine"
],
"author": "Isaiah Simpson <isaiah.simpson@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"express": "^4.13.3",
"glob": "^7.0.0",
"jasmine-core": "^3.2.0",
"lodash": "^4.6.1",
"open": "0.0.5",
"pug": "^2.0.3",
"serve-index": "^1.7.2",
"webpack-dev-server": "^3.1.10",
"webpack-jasmine-html-runner-plugin": "^0.9.0"
},
"devDependencies": {
"jasmine": "^3.2.0",
"webpack": "^4.26.0"
},
"peerDependencies": {
"webpack": "^2.2.1 || ^3.0.0 || ^4.0.0"
},
"scripts": {
"example": "node bin/sambac.js --webpackConfig ./example/webpack.config.js --port 5678 --webpackPort 5679",
"pathExample": "yarn example --showPath"
}
}