Centralize npm installation in root, so you only have to do it once
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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-live": "2.0.4",
|
||||
"elm-test": "0.16.1-alpha3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user