-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "js-utility-functions",
"version": "2.1.4",
"description": "Javascript Utility Functions",
"main": "lib/index.js",
"scripts": {
"dev": "webpack --mode=development --progress --colors --watch",
"build": "webpack --mode=production && npm test",
"test": "jest --coverage",
"prepublish": "npm run build",
"release": "np"
},
"jest": {
"setupTestFrameworkScriptFile": "jest-extended"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p-rk/js-utility-functions.git"
},
"keywords": [
"JS",
"utility",
"functions",
"Javascript",
"utility",
"functions",
"utility",
"functions"
],
"author": "Rama krishna (https://github.com/p-rk/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/p-rk/js-utility-functions/issues"
},
"homepage": "https://github.com/p-rk/js-utility-functions#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.2",
"jest-extended": "^0.6.0",
"np": "^2.20.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
}
}