Skip to content

Commit 4648120

Browse files
committed
[npm] add package.json
1 parent 0a58fc7 commit 4648120

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

index.js

Whitespace-only changes.

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "airbnb-style",
3+
"version": "1.0.0",
4+
"description": "A mostly reasonable approach to JavaScript.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/airbnb/javascript.git"
12+
},
13+
"keywords": [
14+
"style guide",
15+
"lint",
16+
"airbnb"
17+
],
18+
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/airbnb/javascript/issues"
22+
},
23+
"homepage": "https://github.com/airbnb/javascript"
24+
}

0 commit comments

Comments
 (0)