-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 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
{
"name": "dorks-engine",
"version": "1.0.0",
"description": "Google using advanced search queries for more accurate search results",
"main": "index.js",
"scripts": {
"dev": "parcel ./src/index.html --open",
"prod": "parcel build ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AwesomeIronman/dorks-engine.git"
},
"keywords": [
"google-dorks",
"advanced-search",
"search-google-dorks"
],
"author": "Cyrus Gracias",
"license": "MIT",
"bugs": {
"url": "https://github.com/AwesomeIronman/dorks-engine/issues"
},
"homepage": "https://github.com/AwesomeIronman/dorks-engine#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.23.3"
}
}