Files
BitwiseCmd/package.json
BorysLevytskyi bece4ffc8d Pad with zeroes
2016-11-22 19:48:10 +02:00

51 lines
1.5 KiB
JSON

{
"name": "BitwiseCmd",
"version": "1.0.0",
"description": "Bitwise Operations Console",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"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",
"lodash": "^4.17.2",
"react": "^15.4.0",
"react-dom": "^15.4.0"
}
}