mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-17 20:51:24 -06:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "@packages/driver",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/driver needs: npm run build'",
|
|
"build": "gulp build",
|
|
"watch": "gulp watch",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "gulp test"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/bower-kendo-ui": "0.0.2",
|
|
"angular": "^1.3.1",
|
|
"backbone": "^1.1.2",
|
|
"blob-util": "^1.2.1",
|
|
"bluebird": "^2.9.25",
|
|
"body-parser": "^1.12.4",
|
|
"bootstrap": "^3.3.5",
|
|
"browserify": "^14.3.0",
|
|
"card": "^1.0.2",
|
|
"chai": "^1.9.2",
|
|
"chai-as-promised": "^4.2.0",
|
|
"chai-jquery": "^2.0.0",
|
|
"coffeeify": "^2.1.0",
|
|
"compression": "^1.1.0",
|
|
"cors": "^2.7.1",
|
|
"debug": "^2.6.8",
|
|
"errorhandler": "^1.1.1",
|
|
"express": "^4.12.3",
|
|
"fs-extra": "^3.0.0",
|
|
"gulp": "3.8.8",
|
|
"gulp-awspublish": "3.3.0",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-coffee": "2.3.1",
|
|
"gulp-concat": "2.3.3",
|
|
"gulp-debug": "^2.1.2",
|
|
"gulp-eco": "0.0.2",
|
|
"gulp-load-plugins": "0.5.3",
|
|
"gulp-plumber": "0.6.3",
|
|
"gulp-print": "^1.1.0",
|
|
"gulp-remember": "^0.3.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-sass": "^2.2.0",
|
|
"gulp-tap": "0.1.1",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-util": "^3.0.6",
|
|
"hbs": "^4.0.0",
|
|
"jquery": "2.2.4",
|
|
"jquery.scrollto": "^2.1.2",
|
|
"js-cookie": "2.1.1",
|
|
"lodash": "4.17.4",
|
|
"lolex": "^1.5.2",
|
|
"method-override": "^2.3.1",
|
|
"minimatch": "^3.0.0",
|
|
"mocha": "cypress-io/mocha#58f6eac05e664fc6b69aa9fba70f1f6b5531a900",
|
|
"moment": "^2.14.1",
|
|
"morgan": "^1.3.0",
|
|
"node-sass-import-once": "^1.2.0",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"run-sequence": "^1.0.2",
|
|
"setimmediate": "^1.0.2",
|
|
"sinon": "cypress-io/sinon#bd2fc5665a7f83acd9931bc9aca212fd21bf3ef2",
|
|
"sinon-as-promised": "3.0.1",
|
|
"sinon-chai": "cypress-io/sinon-chai#84d1085cac68f85c838471577e9d8cc811ca325d",
|
|
"socket.io": "^1.7.3",
|
|
"socket.io-client": "^1.7.3",
|
|
"string-to-stream": "^1.0.1",
|
|
"underscore.inflection": "cypress-io/underscore.inflection#81a565ad35bfce330f513a1d0de94a0eff29611e",
|
|
"underscore.string": "3.3.4",
|
|
"url-parse": "^1.1.7",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.9.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|