noredink-ui/package.json
Michael Hadley 90b622c540 1.2.2
2020-03-30 18:43:36 -07:00

42 lines
1006 B
JSON

{
"name": "@noredink/ui",
"version": "1.2.2",
"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"
}
}