diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 9b7aaab..0000000 --- a/.npmignore +++ /dev/null @@ -1 +0,0 @@ -irrelevant/ diff --git a/package.json b/package.json deleted file mode 100644 index f617091..0000000 --- a/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "wtfpython", - "version": "2.1.0", - "description": "A collection of surprising Python snippets and lesser known features.", - "bin": "wtfpython", - "scripts": { - "postpublish": "git push origin master", - "toc": "doctoc --github --title '# Table of Contents' --maxlevel 3 README.md" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/satwikkansal/wtfPython.git" - }, - "keywords": [ - "python", - "specification", - "notes", - "wtf", - "learning", - "guide", - "handbook" - ], - "author": "Satwik Kansal (https://satwikkansal.xyz)", - "license": "WTFPL 2.0", - "bugs": { - "url": "https://github.com/satwikkansal/wtfPython/issues" - }, - "homepage": "https://github.com/satwikkansal/wtfPython#readme", - "devDependencies": { - "doctoc": "^1.3.0" - }, - "dependencies": { - "boxen": "^1.1.0", - "chalk": "^1.1.1", - "default-pager": "^1.1.0", - "meow": "^3.7.0", - "msee": "^0.3.3", - "through2": "^2.0.2", - "update-notifier": "^2.0.0" - } -}