Skip to content

Instantly share code, notes, and snippets.

@firejune
Last active November 30, 2016 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firejune/f7ff3646edd518caa9884c93bb59ce87 to your computer and use it in GitHub Desktop.
Save firejune/f7ff3646edd518caa9884c93bb59ce87 to your computer and use it in GitHub Desktop.
Psyclone Studio - Package
{
"name": "psyclone-studio",
"productName": "Psyclone",
"version": "0.6.4",
"description": "Automated Dynamic Testing Solution",
"license": "MIT",
"homepage": "https://git.rsupport.com/psyclone/studio",
"main": "main.js",
"bugs": {
"url": "https://git.rsupport.com/psyclone/studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/firejune/psyclone.git",
"raw": "https://raw.githubusercontent.com/firejune/psyclone"
},
"author": {
"name": "RSUPPORT",
"email": "psyclone@rsupport.com",
"url": "http://rsupport.com"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"canvas": "^1.6.2",
"codemirror": "^5.20.2",
"configstore": "^2.1.0",
"core-decorators": "^0.14.0",
"default-shell": "^1.0.1",
"highcharts": "^5.0.2",
"immutable": "^3.8.1",
"isomorphic-pkg-reader": "^1.1.21",
"jquery": "3.1.1",
"jszip": "3.1.3",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"node-resemble": "^1.1.3",
"opencv": "^6.0.0",
"psyclone-webdriver-android-host": "https://psyclone.s3.amazonaws.com/modules/psyclone-android-host/v0.1.2.tgz",
"psyclone-webdriver-client": "https://psyclone.s3.amazonaws.com/modules/psyclone-webdriver-client/v0.1.6.tgz",
"psyclone-webdriver-ios-host": "https://psyclone.s3.amazonaws.com/modules/psyclone-ios-host/v0.0.9.tgz",
"psyclone-webdriver-server": "https://psyclone.s3.amazonaws.com/modules/psyclone-webdriver-server/v0.1.8.tgz",
"ptyw.js": "^0.4.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"rimraf": "^2.5.4",
"should": "^11.1.1",
"winreg": "^1.2.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"colors": "^1.1.2",
"cross-zip": "^2.1.5",
"devtron": "^1.4.0",
"electron": "^1.4.7",
"electron-osx-sign": "^0.4.1",
"electron-packager": "^8.2.0",
"electron-react-devtools": "^0.4.0",
"electron-rebuild": "^1.4.0",
"electron-winstaller": "^2.4.1",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"gh-release": "^2.1.0",
"minimist": "^1.2.0",
"nobin-debian-installer": "^0.0.10",
"plist": "^2.0.1",
"run-series": "^1.1.4"
},
"optionalDependencies": {
"appdmg": "^0.4.5"
},
"scripts": {
"postinstall": "npm run patch && npm run rebuild",
"start": "npm run lint && electron . development",
"prod": "npm run bundle && electron .",
"rebuild": "electron-rebuild -f -w ptyw.js && electron-rebuild -f -w canvas && electron-rebuild -f -w opencv",
"lint": "eslint app src --ext .jsx --ext .js",
"test": "npm run lint && jest",
"test:app": "mocha ./app/test --compilers js:babel-core/register",
"clean": "rimraf build/ && rimraf dist/",
"bundle": "npm run clean && babel src -d dist --ignore src/libraries/ocrad.js",
"bundle:prod": "npm run clean && babel src -d dist --ignore src/libraries/ocrad.js --plugins transform-remove-console",
"patch": "node ./scripts/patch.js",
"package": "node ./scripts/build.js",
"build": "npm prune && npm run bundle && npm run package",
"build:prod": "npm install && npm run bundle:prod && npm run package"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment