зеркало из https://github.com/github/combobox-nav.git
39 строки
1.2 KiB
JSON
39 строки
1.2 KiB
JSON
{
|
|
"name": "@github/combobox-nav",
|
|
"description": "Attach combobox navigation behavior to an input.",
|
|
"version": "0.1.0",
|
|
"main": "dist/combobox-nav.umd.js",
|
|
"module": "dist/combobox-nav.esm.js",
|
|
"license": "MIT",
|
|
"repository": "github/combobox-nav",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint combobox-nav.js test/ && flow check",
|
|
"prebuild": "npm run clean && npm run lint && mkdir dist",
|
|
"build": "rollup -c && cp combobox-nav.js.flow dist/combobox-nav.esm.js.flow && cp combobox-nav.js.flow dist/combobox-nav.umd.js.flow",
|
|
"test": "karma start test/karma.config.js",
|
|
"pretest": "npm run build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015-rollup": "^3.0.0",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-github": "^1.6.0",
|
|
"flow-bin": "^0.85.0",
|
|
"karma": "^3.1.1",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^0.67.0",
|
|
"rollup-plugin-babel": "^3.0.7"
|
|
}
|
|
}
|