mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-04 07:02:12 +03:00
42 lines
1006 B
JSON
42 lines
1006 B
JSON
{
|
|
"name": "@noredink/ui",
|
|
"version": "1.2.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"
|
|
},
|
|
"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": {
|
|
"@percy/script": "^1.0.2",
|
|
"browserify": "16.2.3",
|
|
"elm": "^0.19.0-no-deps",
|
|
"elm-format": "0.8.1",
|
|
"elm-test": "0.19.0-rev6",
|
|
"elm-verify-examples": "^4.0.0",
|
|
"request": "^2.88.0"
|
|
},
|
|
"dependencies": {
|
|
"axe-core": "^3.3.0",
|
|
"puppeteer": "^1.20.0"
|
|
}
|
|
}
|