Skip to content

Commit

Permalink
Adding package,json for npm support
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanvir Kang authored Mar 17, 2017
1 parent 9ec54fe commit 17d343d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "gulp-clear-readonly",
"version": "0.1.0",
"description": "Utility to clear read-only flag from actual files in both Windows and Linux environments",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Karankang007/gulp-clear-readonly.git"
},
"keywords": [
"gulpplugin"
],
"author": "Karanvir Kang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Karankang007/gulp-clear-readonly/issues"
},
"homepage": "https://github.com/Karankang007/gulp-clear-readonly#readme"
}

0 comments on commit 17d343d

Please sign in to comment.