mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 09:12:33 +03:00
14ef09b10d
Bumps [elm-format](https://github.com/avh4/elm-format) from 0.8.1-rc2 to 0.8.1. - [Release notes](https://github.com/avh4/elm-format/releases) - [Changelog](https://github.com/avh4/elm-format/blob/master/CHANGELOG.md) - [Commits](https://github.com/avh4/elm-format/compare/0.8.1-rc2...0.8.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "@noredink/ui",
|
|
"version": "1.0.1",
|
|
"description": "UI widgets we use.",
|
|
"main": "lib/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",
|
|
"devDependencies": {
|
|
"browserify": "16.2.3",
|
|
"elm": "0.18.0",
|
|
"elm-format": "0.8.1",
|
|
"elm-test": "0.18.12"
|
|
}
|
|
}
|