mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 22:50:49 -06:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@packages/extension",
|
|
"version": "0.4.2",
|
|
"description": "Cypress Chrome Extension",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/extension needs: npm run build'",
|
|
"watch": "gulp watch",
|
|
"build": "gulp build",
|
|
"build-prod": "gulp build",
|
|
"test": "NODE_ENV=test mocha --require test-setup.js",
|
|
"test-watch": "npm run test -- --watch",
|
|
"clean": "gulp clean",
|
|
"clean-deps": "rm -rf node_modules"
|
|
},
|
|
"files": [
|
|
"app",
|
|
"dist",
|
|
"lib",
|
|
"theme"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cypress-io/cypress-core-extension.git"
|
|
},
|
|
"author": "Brian Mann",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress-core-extension/issues"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress-core-extension#readme",
|
|
"devDependencies": {
|
|
"@cypress/core-socket": "0.1.0",
|
|
"@cypress/releaser": "0.1.12",
|
|
"browserify": "^13.0.0",
|
|
"chai": "^3.5.0",
|
|
"coffeeify": "^2.0.1",
|
|
"fs-extra": "^0.26.7",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean": "^0.3.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"mocha": "^2.4.5",
|
|
"run-sequence": "^1.1.5",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/icons": "0.5.4",
|
|
"bluebird": "^3.3.5",
|
|
"lodash": "^4.11.2"
|
|
}
|
|
}
|