64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "indefinite",
|
|
"description": "Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel",
|
|
"version": "2.5.2",
|
|
"main": "lib/indefinite.js",
|
|
"browser": "dist/indefinite.js",
|
|
"scripts": {
|
|
"test": "NODE_OPTIONS=--openssl-legacy-provider gulp",
|
|
"travis": "gulp ci",
|
|
"build": "webpack --mode production",
|
|
"cover": "nyc --reporter=html --reporter=lcov --reporter=text-summary mocha --timeout=3000 --reporter=dot test/**/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tandrewnichols/indefinite.git"
|
|
},
|
|
"keywords": [
|
|
"article",
|
|
"a",
|
|
"an",
|
|
"grammar",
|
|
"noun"
|
|
],
|
|
"author": {
|
|
"name": "Andrew Nichols",
|
|
"email": "tandrewnichols@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tandrewnichols/indefinite/issues"
|
|
},
|
|
"homepage": "https://github.com/tandrewnichols/indefinite",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"eslint-codeframe-formatter": "^1.0.2",
|
|
"file-manifest": "^2.0.5",
|
|
"gulp": "^5.0.0",
|
|
"gulp-cli": "^3.0.0",
|
|
"gulp-codeclimate-reporter": "github:tandrewnichols/gulp-codeclimate-reporter",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"karma": "^6.3.14",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-firefox-launcher": "^1.3.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.1.0",
|
|
"nyc": "^15.1.0",
|
|
"opn": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"should": "^13.2.3",
|
|
"terser-webpack-plugin": "^5.3.11",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|