You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
807 B
30 lines
807 B
{ |
|
"name": "ashwinvis", |
|
"version": "0.0.1", |
|
"description": "Personal blog and website", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/ashwinvis/ashwinvis.github.io.git" |
|
}, |
|
"keywords": [ |
|
"blog" |
|
], |
|
"author": "Ashwin Vishnu Mohanan", |
|
"license": "AGPL-3.0", |
|
"bugs": { |
|
"url": "https://github.com/ashwinvis/ashwinvis.github.io/issues" |
|
}, |
|
"homepage": "https://github.com/ashwinvis/ashwinvis.github.io#readme", |
|
"devDependencies": { |
|
"eslint": "^7.32.0", |
|
"eslint-config-standard": "^16.0.3", |
|
"eslint-plugin-import": "^2.24.2", |
|
"eslint-plugin-node": "^11.1.0", |
|
"eslint-plugin-promise": "^5.1.0", |
|
"eslint-plugin-standard": "^4.1.0" |
|
} |
|
}
|
|
|