2018-03-28 00:42:26 +03:00
|
|
|
{
|
2018-06-11 21:08:49 +03:00
|
|
|
"name": "@noredink/ui",
|
2020-03-31 04:43:36 +03:00
|
|
|
"version": "1.2.2",
|
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": {
|
2019-11-15 14:15:45 +03:00
|
|
|
"@percy/script": "^1.0.2",
|
2018-09-26 03:12:28 +03:00
|
|
|
"browserify": "16.2.3",
|
2020-08-14 00:10:43 +03:00
|
|
|
"elm": "latest-0.19.1",
|
2020-04-17 03:11:18 +03:00
|
|
|
"elm-format": "0.8.3",
|
2020-05-15 21:39:17 +03:00
|
|
|
"elm-test": "0.19.1",
|
2019-07-31 00:02:09 +03:00
|
|
|
"elm-verify-examples": "^4.0.0",
|
2019-07-19 15:34:39 +03:00
|
|
|
"request": "^2.88.0"
|
2019-07-24 00:55:31 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axe-core": "^3.3.0",
|
2019-10-17 10:26:34 +03:00
|
|
|
"puppeteer": "^1.20.0"
|
2018-03-28 00:42:26 +03:00
|
|
|
}
|
|
|
|
}
|