Remove package.json

This commit is contained in:
Richard Feldman
2016-09-08 09:42:43 -05:00
parent 5d2145f0ae
commit 6563e6c47c

View File

@@ -1,23 +0,0 @@
{
"name": "elm-hub",
"version": "1.0.0",
"description": "Like GitHub, but for Elm stuff.",
"scripts": {
"install": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtfeldman/elm-workshop.git"
},
"author": "Richard Feldman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rtfeldman/elm-workshop/issues"
},
"homepage": "https://github.com/rtfeldman/elm-workshop#readme",
"devDependencies": {
"elm-css": "0.4.0",
"elm-live": "2.0.4",
"project-fuzzball-test": "1.0.5"
}
}