mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-04 07:02:12 +03:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@noredink/ui",
|
|
"version": "1.4.1",
|
|
"description": "UI widgets we use.",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"files": [
|
|
"dist.js",
|
|
"lib/**/*.js"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepublish": "npm run build-lib",
|
|
"build-lib": "npx browserify --entry lib/index.js --outfile dist.js",
|
|
"puppeteer": "script/puppeteer-tests.sh"
|
|
},
|
|
"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": {
|
|
"@axe-core/puppeteer": "^4.4.3",
|
|
"@percy/cli": "^1.4.0",
|
|
"@percy/puppeteer": "^2.0.2",
|
|
"axe-core": "^4.7.0",
|
|
"browserify": "^17.0.0",
|
|
"expect": "29.5.0",
|
|
"mocha": "^10.2.0",
|
|
"prettier": "^2.7.1",
|
|
"puppeteer": "^13.0.1",
|
|
"request": "^2.88.2"
|
|
},
|
|
"dependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|