forked from FrontendMasters/react-enlightenment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 868 Bytes
/
package.json
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
{
"name": "react-enlightenment",
"version": "1.0.0",
"description": "Written by [Cody Lindley](http://codylindley.com/) sponsored by — [Frontend Masters](https://frontendmasters.com/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMasters/react-enlightenment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrontendMasters/react-enlightenment/issues"
},
"homepage": "https://github.com/FrontendMasters/react-enlightenment#readme",
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-standard": "^1.3.2",
"gitbook-plugin-jsfiddle": "^1.0.0"
}
}