UNPKG

migme-beachball

Version:
92 lines (91 loc) 2.53 kB
{ "name": "migme-beachball", "version": "5.5.0-1", "description": "Migme JavaScript SDK", "main": "lib/sdk.js", "scripts": { "pretest": "standard", "test": "npm run mocha && npm run karma", "mocha": "babel-node ./node_modules/.bin/isparta cover _mocha -- -R spec", "karma": "karma start karma.config.js", "clean": "rimraf lib | rimraf coverage", "prebuild": "npm run clean", "build": "webpack --output-filename sdk.js --config webpack.config.prod.js", "prepublish": "npm run build", "codecov": "codecov" }, "repository": { "type": "git", "url": "https://github.com/migme/beachball.git" }, "keywords": [ "migme", "sdk" ], "author": "Migme (https://mig.me)", "contributors": [ "Ed Moore <ed.m@mig.me>", "Sebastiaan Deckers <seb@ninja.sg>" ], "license": "ISC", "bugs": { "url": "https://github.com/migme/beachball/issues" }, "homepage": "https://github.com/migme/beachball", "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.7.2", "babel-eslint": "^5.0.0", "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.1.2", "babel-polyfill": "^6.7.2", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "chai-as-promised": "^5.2.0", "codecov": "^1.0.1", "imports-loader": "^0.6.5", "isparta": "^4.0.0", "isparta-instrumenter-loader": "^1.0.0", "json-loader": "^0.5.4", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-chai-as-promised": "^0.1.2", "karma-chai-plugins": "^0.7.0", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-firefox-launcher": "^0.1.7", "karma-mocha": "^0.2.2", "karma-mocha-reporter": "^2.0.0", "karma-sauce-launcher": "^0.3.1", "karma-sinon-chai": "^1.2.0", "karma-source-map-support": "^1.1.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.24", "karma-webpack": "^1.7.0", "lodash.assign": "^4.0.6", "mocha": "^2.4.5", "mocha-lcov-reporter": "1.2.0", "rimraf": "^2.5.2", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "standard": "^5.0.0", "webpack": "^1.12.14" }, "standard": { "ignore": [ "lib/**" ], "parser": "babel-eslint" }, "dependencies": { "bubbly": "^1.1.2", "isomorphic-fetch": "^2.2.1", "universal-localstorage": "^1.0.2", "url-template": "^2.0.6" }, "directories": { "lib": "lib", "test": "test" } }