Skip to content

Commit

Permalink
[npm] add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Aug 5, 2014
1 parent 0a58fc7 commit 4648120
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Empty file added index.js
Empty file.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "airbnb-style",
"version": "1.0.0",
"description": "A mostly reasonable approach to JavaScript.",
"main": "index.js",
"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"
}

0 comments on commit 4648120

Please sign in to comment.