forked from Juris-M/citeproc-js-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 987 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
28
29
30
31
32
33
34
35
36
37
{
"name": "citeproc-js-docs",
"version": "1.0.0",
"description": "",
"main": "citeproc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juris-M/citeproc-js-docs.git"
},
"author": "Frank Bennett",
"license": "ISC",
"bugs": {
"url": "https://github.com/Juris-M/citeproc-js-docs/issues"
},
"homepage": "https://github.com/Juris-M/citeproc-js-docs#readme",
"devDependencies": {
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"extends": "airbnb",
"rules": {
"no-console": 0,
"indent": ["error", 4]
}
}
}