2018-03-28 00:42:26 +03:00
|
|
|
{
|
2018-06-11 21:08:49 +03:00
|
|
|
"name": "@noredink/ui",
|
2019-01-18 21:53:31 +03:00
|
|
|
"version": "1.2.1",
|
2018-03-28 00:42:26 +03:00
|
|
|
"description": "UI widgets we use.",
|
2018-06-11 21:08:49 +03:00
|
|
|
"main": "lib/index.js",
|
2018-03-28 00:42:26 +03:00
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
2018-11-01 05:01:56 +03:00
|
|
|
"files": [
|
2019-01-18 21:28:51 +03:00
|
|
|
"dist.js",
|
|
|
|
"lib/**/*.js"
|
2018-11-01 05:01:56 +03:00
|
|
|
],
|
2018-03-28 00:42:26 +03:00
|
|
|
"scripts": {
|
2018-11-01 05:01:56 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"prepublish": "npm run build-lib",
|
|
|
|
"build-lib": "npx browserify --entry lib/index.js --outfile dist.js"
|
2018-03-28 00:42:26 +03:00
|
|
|
},
|
|
|
|
"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",
|
2018-06-11 21:08:49 +03:00
|
|
|
"devDependencies": {
|
2018-09-26 03:12:28 +03:00
|
|
|
"browserify": "16.2.3",
|
2019-07-19 15:34:39 +03:00
|
|
|
"elm": "^0.19.0-no-deps",
|
2018-10-05 20:45:00 +03:00
|
|
|
"elm-format": "0.8.1",
|
2019-07-19 15:34:39 +03:00
|
|
|
"elm-test": "0.19.0-rev6",
|
|
|
|
"request": "^2.88.0"
|
2019-07-24 00:55:31 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axe-core": "^3.3.0",
|
|
|
|
"puppeteer": "^1.19.0"
|
2018-03-28 00:42:26 +03:00
|
|
|
}
|
|
|
|
}
|