mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-24 20:54:10 +01:00
Added initial grunt build process
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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-uglify": "^0.9.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user