UNPKG

902 BJSONView Raw
1{
2 "name": "eslint-config-mongodb-js",
3 "description": "eslint sharable configs for mongodb-js.",
4 "version": "2.1.0",
5 "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",
6 "homepage": "http://github.com/mongodb-js/eslint-config",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/mongodb-js/eslint-config.git"
10 },
11 "license": "Apache-2.0",
12 "keywords": [
13 "eslint",
14 "eslintconfig",
15 "mongodb-js"
16 ],
17 "scripts": {
18 "fmt": "mongodb-js-fmt rules/*.js test/*.js ./*.js",
19 "check": "mongodb-js-precommit",
20 "ci": "mocha",
21 "test": "mocha"
22 },
23 "dependencies": {},
24 "devDependencies": {
25 "babel-eslint": "^6.0.0",
26 "eslint": "^2.5.3",
27 "eslint-plugin-react": "^5.2.2",
28 "mocha": "^2.3.4",
29 "mongodb-js-fmt": "0.0.3",
30 "mongodb-js-precommit": "^0.2.8",
31 "pre-commit": "^1.1.2"
32 },
33 "precommit": [
34 "check"
35 ]
36}