noredink-ui/package.json

29 lines
657 B
JSON
Raw Normal View History

2018-03-28 00:42:26 +03:00
{
"name": "@noredink/ui",
2018-10-31 02:35:04 +03:00
"version": "1.0.2",
2018-03-28 00:42:26 +03:00
"description": "UI widgets we use.",
"main": "lib/index.js",
2018-03-28 00:42:26 +03:00
"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"
2018-03-28 00:42:26 +03:00
}
}