-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
35 lines (35 loc) · 864 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
{
"name": "awesome-search",
"version": "0.1.0",
"description": "A website which make you access the awesome list more quickly.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions"
},
"keywords": [
"awesome",
"search"
],
"engines": {
"node": ">=12.16.1"
},
"author": "Calvin Cheng <[email protected]> (https://github.com/lockys)",
"license": "MIT",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}