{ "name": "BitwiseCmd", "version": "1.0.0", "description": "Bitwise Operations Console", "main": "index.js", "scripts": { "build": "webpack -p && rm -rf ./BitwiseCmdPages/* && cp ./src/index.html ./BitwiseCmdPages && cp ./src/*.js ./BitwiseCmdPages && cp ./src/bundle.js.map ./BitwiseCmdPages && cp -r ./src/css ./BitwiseCmdPages && cp -r ./src/img ./BitwiseCmdPages && cp -r ./src/css ./BitwiseCmdPages", "stage": "npm run build && cp -r ./BitwiseCmdPages/* ../BitwiseCmdPages", "stage:react": "npm run build && cp -r ./BitwiseCmdPages/* ../BitwiseCmdPages/react", "serv": "webpack-dev-server --content-base ./src", "e2e": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:8080/#clear'", "e2e:stage": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:3000/#clear'", "e2e:remote:old": "protractor ./tests/e2e.chrome.js --params.appUrl='http://bitwisecmd.com/old/#clear||-notrack'", "e2e:remote": "protractor ./tests/e2e.chrome.js --params.appUrl='http://bitwisecmd.com//#clear||-notrack'", "test": "karma start" }, "repository": { "type": "git", "url": "https://github.com/BorysLevytskyi/BitwiseCmd.git" }, "author": "Borys Levytskyi", "license": "MIT", "bugs": { "url": "https://github.com/BorysLevytskyi/BitwiseCmd/issues" }, "homepage": "https://github.com/BorysLevytskyi/BitwiseCmd", "devDependencies": { "babel-cli": "^6.18.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "grunt-contrib-clean": "latest", "grunt-contrib-copy": "latest", "grunt-contrib-cssmin": "latest", "grunt-contrib-uglify": "latest", "grunt-processhtml": "latest", "jasmine": "latest", "karma": "latest", "karma-jasmine": "latest", "karma-webpack": "latest", "source-map-loader": "^0.1.5", "ts-loader": "^1.0.0" }, "dependencies": { "@types/react": "^0.14.44", "@types/react-dom": "^0.14.18", "babel-core": "^6.18.2", "babel-loader": "^6.2.8", "babel-plugin-transform-class-properties": "^6.19.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "body-parser": "^1.15.2", "loglevel": "^1.4.1", "react": "^15.4.0", "react-dom": "^15.4.0" } }