UNPKG

nightwatchci

Version:

Simple nightwatch Continuous Integration tool

83 lines (82 loc) 2.45 kB
{ "name": "nightwatchci", "version": "0.1.4", "description": "Simple nightwatch Continuous Integration tool", "main": "index.js", "dependencies": { "bcrypt-as-promised": "^1.0.1", "body-parser": "^1.12.4", "bootstrap": "^3.3.4", "chart.js": "^1.0.2", "cjsx-loader": "^2.0.1", "coffee-loader": "^0.7.2", "coffee-script": "^1.9.2", "css-loader": "^0.12.1", "express": "^4.12.4", "file-loader": "^0.8.4", "formsy-react": "^0.13.1", "formsy-react-components": "^0.2.1", "jquery": "^2.1.4", "jwt-simple": "^0.3.0", "less-loader": "^2.2.0", "lodash": "^3.9.1", "minimist": "^1.1.1", "moment-precise-range": "git+https://github.com/LucioFranco/moment-precise-range.git", "mongoose": "^4.0.3", "nightwatch": "git+https://github.com/LucioFranco/nightwatch.git", "normalize.css": "^3.0.3", "passport": "^0.2.2", "passport-jwt": "^1.1.0", "passport-local": "^1.0.0", "react": "^0.13.3", "react-bootstrap": "^0.22.6", "react-chartjs": "^0.6.0", "react-router": "^0.13.3", "react-smart-time-ago": "^1.0.5", "reflux": "^0.2.7", "socket.io": "^1.3.5", "socket.io-client": "^1.3.5", "style-loader": "^0.12.3", "superagent": "^1.2.0", "url-loader": "^0.5.6", "webpack": "^1.9.9", "when": "^3.7.3", "winston": "^1.0.1" }, "devDependencies": { "coffee-coverage": "^0.6.2", "coveralls": "^2.11.2", "faker": "^3.0.0", "gulp": "^3.8.11", "gulp-nodemon": "^2.0.3", "istanbul": "^0.3.17", "mocha": "^2.2.5", "rosie": "^0.4.2", "should": "^7.0.2", "supertest": "^1.0.1", "supertest-as-promised": "^2.0.2", "webpack-stream": "^2.0.0" }, "scripts": { "test": "java -jar test/nightwatch/bin/selenium-server-standalone-2.45.0.jar -log selenium.log & NODE_ENV=test mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul test && ./node_modules/.bin/istanbul report && ./bin/travis_finished.sh", "start": "./bin/runner", "dev": "node ./bin/dev" }, "repository": { "type": "git", "url": "https://github.com/LucioFranco/Nightwatch-CI.git" }, "keywords": [ "Nightwatch", "Continuous Integration" ], "bin": { "nightwatch-ci": "./bin/runner" }, "author": { "name": "Lucio Franco", "email": "lucio.franco@du.edu", "url": "http://luciofranco.com" }, "license": "GPL-2.0" }