forked from BnademOverflow/BnademOverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 786 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
{
"name": "bnademoverflow",
"version": "1.0.0",
"description": "BnademOverFlow A great community with genius people who love to be beside the computer and understand how its works.",
"main": "assets/js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BnademOverflow/BnademOverflow.git"
},
"keywords": [
"Website",
"BnademOverFlow",
"JQuery",
"Sass"
],
"author": "BnademOverFlow",
"license": " AGPL-3.0",
"bugs": {
"url": "https://github.com/BnademOverflow/BnademOverflow/issues"
},
"homepage": "https://github.com/BnademOverflow/BnademOverflow#readme",
"devDependencies": {
"eslint": "^7.25.0",
"prettier": "2.2.1"
}
}