-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathpackage.json
38 lines (38 loc) · 995 Bytes
/
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
{
"name": "feature.js",
"version": "1.1.3",
"description": "Feature.js is a fast, simple and lightweight browser feature detection library in 1kb.",
"main": "feature.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"lint": "eslint feature.js",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arielsalminen/feature.js.git"
},
"author": "Ariel Salminen",
"license": "MIT",
"bugs": {
"url": "https://github.com/arielsalminen/feature.js/issues"
},
"homepage": "https://github.com/arielsalminen/feature.js#readme",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-insert": "^0.5.0",
"gulp-jest": "^4.0.3",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"jest-cli": "^24.9.0"
}
}