mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
30 lines
788 B
JSON
30 lines
788 B
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": {
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
"grunt-contrib-cssmin": "^0.12.2",
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
"grunt-processhtml": "^0.3.7",
|
|
"jasmine": "^2.2.1",
|
|
"karma": "^0.12.31",
|
|
"karma-jasmine": "^0.2.2"
|
|
}
|
|
}
|