mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-15 03:17:55 -05:00
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "airbnb-style",
|
||||
"version": "1.0.0",
|
||||
"description": "A mostly reasonable approach to JavaScript.",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/airbnb/javascript.git"
|
||||
},
|
||||
"keywords": [
|
||||
"style guide",
|
||||
"lint",
|
||||
"airbnb"
|
||||
],
|
||||
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/airbnb/javascript/issues"
|
||||
},
|
||||
"homepage": "https://github.com/airbnb/javascript"
|
||||
}
|
||||
Reference in New Issue
Block a user