forked from meteor/react-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "react-packages",
"description": "Meteor packages for a great React developer experience",
"scripts": {
"lint": "eslint . || true",
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/react-packages.git"
},
"keywords": [
"meteor",
"react"
],
"author": "Tom Colemna",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteor/react-packages/issues"
},
"homepage": "https://github.com/meteor/react-packages#readme",
"dependencies": {
"eslint": "^2.2.0",
"eslint-plugin-react": "^4.0.0",
"eslint-config-airbnb": "^6.0.2"
},
"eslintConfig": {
"extends": "airbnb"
}
}