Centralize npm installation in root, so you only have to do it once

This commit is contained in:
Richard Feldman
2016-03-06 00:01:13 -08:00
parent 33e8ad0cff
commit 0edc438117
19 changed files with 54466 additions and 57 deletions

14
elm-package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}