darkwire.io/package.json
Alan Friedman 7bf011d161 Add Nightwatch.js E2E tests
Nightwatch uses Selenium, so we can run tests in real browsers. This
makes it easier to test features that use the web cryptography API.
2016-02-24 10:01:08 -05:00

46 lines
1.1 KiB
JSON

{
"name": "darkwire",
"version": "1.2.3",
"description": "Encrypted web socket chat",
"main": "index.js",
"dependencies": {
"babel": "^5.8.23",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"compression": "^1.6.0",
"express": "^4.13.3",
"forever": "^0.15.1",
"gulp": "^3.9.0",
"gulp-uglify": "^1.5.1",
"mustache-express": "^1.2.2",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.4",
"socket.io": "^1.4.0",
"underscore": "^1.8.3",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.5.2",
"compression": "^1.6.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"jscs": "^2.10.1",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"mocha-jscs": "^4.2.0",
"mocha-jshint": "^2.3.1",
"nightwatch": "^0.8.16",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zombie": "^4.2.1"
},
"scripts": {
"dev": "gulp start",
"test": "gulp test"
},
"author": "Daniel Seripap",
"license": "MIT"
}