UNPKG

call-me-aishmael

Version:
109 lines (108 loc) 4.24 kB
{ "name": "call-me-aishmael", "version": "1.4.2", "description": "CW Dummy Test", "homepage": "https://github.com/najimovi/chat-widget", "main": "dist/chat.js", "unpkg": "dist/chat.min.js", "scripts": { "build": "webpack -production && webpack -minify -production -p --json > stats.json && jsdoc2md \"src/index.js\" > docs/JSDOCS.md", "codecov": "npm run test && (codecov || true)", "changelog": "./tools/release/generate_changelog.sh", "eslint": "eslint .", "jsdoc": "jsdoc -c ./tools/jsdoc/config.json", "release": "./tools/release/tag_release_publish.sh", "server:embed": "node ./tools/dev/embed-server.js -minify", "server:selenium": "node ./tools/dev/selenium-server.js -selenium", "server:watch": "node ./tools/dev/dev-server.js", "test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS", "test:codecov": "npm run test && codecov", "test:debug": "node ./node_modules/karma/bin/karma start --browsers Chrome", "test:selenium": "node ./test/selenium/download.js && concurrently -k -s first \"node ./test/selenium/mocks/server.js\" \"npm run server:selenium\" \"nightwatch --config nightwatch.conf.js --suiteRetries 3\"", "test:selenium:travis-chrome": "node ./test/selenium/download.js && concurrently -k -s first \"node ./test/selenium/mocks/server.js\" \"npm run server:selenium\" \"nightwatch --config nightwatch.conf.js --env travis-chrome --suiteRetries 3\"", "test:selenium:travis-firefox": "concurrently -k -s first \"node ./test/selenium/mocks/server.js\" \"npm run server:selenium\" \"nightwatch --config nightwatch.conf.js --env travis-firefox --suiteRetries 3\"", "test:selenium:travis-ie11": "concurrently -k -s first \"node ./test/selenium/mocks/server.js\" \"npm run server:selenium\" \"nightwatch --config nightwatch.conf.js --env travis-ie11 --suiteRetries 3\"", "test:selenium:travis-all-platforms": "npm run test:selenium:travis-chrome && npm run test:selenium:travis-firefox && npm run test:selenium:travis-ie11", "test:selenium:watch": "node ./test/selenium/download.js && npm-watch", "test:watch": "node ./node_modules/karma/bin/karma start --browsers PhantomJS", "watch": "npm run server:watch" }, "engines": { "node": ">=4.2.1" }, "keywords": [ "IBM", "Watson", "Watson Virtual Agent" ], "license": "Apache-2.0", "author": "IBM Corp", "contributors": [ { "name": "Ethan Winters", "email": "ewinters@us.ibm.com" } ], "repository": { "type": "git", "url": "https://github.com/najimovi/chat-widget" }, "bugs": { "url": "https://github.com/najimovi/chat-widget/issues" }, "dependencies": { "@watson-virtual-agent/client-sdk": "1.1.0", "es6-promise": "3.2.1", "lodash": "4.15.0" }, "devDependencies": { "axios": "0.12.0", "chai": "3.5.0", "chai-as-promised": "6.0.0", "codecov": "1.0.1", "concurrently": "3.1.0", "conventional-changelog": "^1.1.0", "conventional-changelog-cli": "1.2.0", "eslint": "3.0.0", "eslint-loader": "1.4.0", "eslint-plugin-mocha": "4.5.1", "html-webpack-plugin": "2.9.0", "iedriver": "2.53.1", "istanbul-instrumenter-loader": "1.0.0", "jsdoc": "3.4.3", "jsdoc-to-markdown": "1.3.7", "json-loader": "0.5.4", "karma": "1.3.0", "karma-chrome-launcher": "2.0.0", "karma-coverage": "1.1.1", "karma-mocha": "1.1.1", "karma-phantomjs-launcher": "1.0.2", "karma-spec-reporter": "0.0.26", "karma-webpack": "1.8.0", "lodash-webpack-plugin": "0.10.6", "mocha": "3.0.2", "nightwatch": "0.9.9", "npm-watch": "0.1.6", "phantomjs-prebuilt": "2.1.12", "raw-loader": "0.5.1", "rewire": "2.5.2", "rewire-webpack": "1.0.1", "selenium-download": "2.0.7", "semver": "5.3.0", "sinon": "1.17.6", "sinon-chai": "2.8.0", "sinon-stub-promise": "3.0.1", "source-map-loader": "0.1.5", "standard-version": "4.0.0", "style-loader": "0.13.1", "svg-inline-loader": "0.4.1", "webpack": "1.13.1", "webpack-dev-server": "1.14.1" }, "directories": { "doc": "./docs" }, "watch": { "test:selenium": "test/selenium/**/*.js" } }