set versions with npm

This commit is contained in:
Brian Hicks 2018-03-27 16:42:26 -05:00
parent fe7d580c5d
commit a9361886f3
No known key found for this signature in database
GPG Key ID: FF1F407C0D3C2430
2 changed files with 2548 additions and 0 deletions

2521
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "noredink-ui",
"version": "1.0.0",
"description": "UI widgets we use.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoRedInk/NoRedInk-ui.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NoRedInk/NoRedInk-ui/issues"
},
"homepage": "https://github.com/NoRedInk/NoRedInk-ui#readme",
"dependencies": {
"elm": "^0.18.0",
"elm-format": "^0.7.0-exp",
"elm-test": "^0.18.12"
}
}