noredink-ui/package.json

41 lines
975 B
JSON
Raw Normal View History

2018-03-28 00:42:26 +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.",
"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",
"devDependencies": {
"browserify": "16.2.3",
2019-07-19 15:34:39 +03:00
"elm": "^0.19.0-no-deps",
"elm-format": "0.8.1",
2019-07-19 15:34:39 +03:00
"elm-test": "0.19.0-rev6",
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",
"puppeteer": "^1.19.0"
2018-03-28 00:42:26 +03:00
}
}