mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-15 16:32:43 +01:00
30 lines
785 B
JSON
30 lines
785 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": "latest",
|
|
"grunt-contrib-copy": "latest",
|
|
"grunt-contrib-cssmin": "latest",
|
|
"grunt-contrib-uglify": "latest",
|
|
"grunt-processhtml": "latest",
|
|
"jasmine": "latest",
|
|
"karma": "latest",
|
|
"karma-jasmine": "latest"
|
|
}
|
|
}
|