mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add package.json & package-lock.json
This commit is contained in:
parent
ed2c108619
commit
bedb4d42b4
2 changed files with 3837 additions and 0 deletions
3806
package-lock.json
generated
Normal file
3806
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
31
package.json
Normal file
31
package.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "binario",
|
||||
"version": "1.0.0",
|
||||
"description": "Responsive card-based & code-light Hugo theme",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-happiness": "^10.2.1",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-node": "^6.0.1",
|
||||
"eslint-plugin-promise": "^3.7.0",
|
||||
"eslint-plugin-standard": "^3.1.0",
|
||||
"stylelint": "^9.2.0",
|
||||
"stylelint-order": "^0.8.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npm-run-all --parallel lint:*",
|
||||
"lint:css": "stylelint static/css/*.css",
|
||||
"lint:js": "eslint static/js/*.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Vimux/Binario.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Vimux/Binario/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Vimux/Binario"
|
||||
}
|
Loading…
Reference in a new issue