UNPKG

999 BJSONView Raw
1{
2 "name": "extra-utilities",
3 "version": "1.2.10",
4 "description": "A collection of useful helper functions.",
5 "main": "dist/extra-utilities.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "gulp coverage",
11 "coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
12 "security": "gulp security"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/nitro404/extra-utilities.git"
17 },
18 "keywords": [
19 "extra",
20 "helper",
21 "utility",
22 "utilities",
23 "function"
24 ],
25 "author": {
26 "name": "Kevin Scroggins"
27 },
28 "license": "ISC",
29 "bugs": {
30 "url": "https://github.com/nitro404/extra-utilities/issues"
31 },
32 "homepage": "https://github.com/nitro404/extra-utilities#readme",
33 "dependencies": {
34 "change-case-bundled": "^1.0.0",
35 "validator": "^9.4.1"
36 },
37 "devDependencies": {
38 "chai": "^4.1.2",
39 "gulp-fabricator": "^1.0.1"
40 }
41}