-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 689 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 689 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
28
29
30
{
"name": "baddom",
"version": "1.0.0",
"description": "The Worlds smalles component renderer",
"main": "BadDOM.js",
"scripts": {
"precommit": "./node_modules/.bin/eslint BadDom.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tevko/BadDOM.git"
},
"keywords": [
"javascript",
"es6",
"framework"
],
"author": "@tevko",
"license": "MIT",
"bugs": {
"url": "https://github.com/tevko/BadDOM/issues"
},
"homepage": "https://github.com/tevko/BadDOM#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"husky": "^0.14.3"
}
}