{ "name": "BitwiseCmd", "version": "1.0.0", "description": "Bitwise Operations Console", "main": "index.js", "scripts": { "build": "webpack -p && rm -rf ./react/* && cp ./src/index.html ./react && cp ./src/*.js ./react && cp ./src/bundle.js.map ./react && cp -r ./src/css ./react && cp -r ./src/img ./react", "serv": "webpack-dev-server --content-base ./src", "e2e": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:8080/#clear'", "e2e_build": "protractor ./tests/e2e.chrome.js --params.appUrl='http://localhost:3000/#clear'", "e2e_remote": "protractor ./tests/e2e.chrome.js --params.appUrl='http://bitwisecmd.com/react/#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" } }