forked from joeltankam/checkif.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "checkif.js",
"version": "0.4.3",
"description": "Javascript check library",
"main": "dist/checkif.js",
"scripts": {
"build": "rollup --config",
"test": "jest",
"test-ci": "jest -i --coverage --config jest.config.ci.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeltankam/checkif.js.git"
},
"keywords": [
"node",
"check",
"if"
],
"author": "Joël TANKAM",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeltankam/checkif.js/issues"
},
"homepage": "https://github.com/joeltankam/checkif.js#readme",
"devDependencies": {
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"codacy-coverage": "^3.2.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jest-silent-reporter": "^0.1.1",
"jsdom": "^12.2.0",
"rollup": "^0.66.6",
"rollup-plugin-buble": "^0.19.4",
"rollup-plugin-progress": "^0.4.0"
}
}