-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
{
"name": "kafjs",
"version": "0.1.2",
"description": "kaf.js is a javascript framework to build the application on websites",
"main": "kaf.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtsgi/kafjs.git"
},
"keywords": [
"framework",
"kit",
"kaf"
],
"author": "mtsgi",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtsgi/kafjs/issues"
},
"homepage": "https://kafjs.netlify.app/",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}