-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 Bytes
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
{
"name": "kiss-components.js",
"version": "1.0.0",
"description": "Ultra minimalistic UI/Web components and Chrome extension Javascript framework. (OMG not another one!)",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"lint": "standard",
"lint-fix": "standard --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izo0x90/kiss-components.js.git"
},
"author": "Hristo Gueorguiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/izo0x90/kiss-components.js/issues"
},
"homepage": "https://github.com/izo0x90/kiss-components.js#readme",
"devDependencies": {
"standard": "^17.1.2"
}
}