UNPKG

802 BJSONView Raw
1{
2 "name": "metalsmith-eslint",
3 "version": "0.0.3",
4 "description": "Metalsmith eslint plugin",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha --harmony"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/ubenzer/metalsmith-eslint"
12 },
13 "keywords": [
14 "metalsmith",
15 "eslint",
16 "linting"
17 ],
18 "author": "Umut Benzer <umut@benzer.me>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/ubenzer/metalsmith-eslint/issues"
22 },
23 "homepage": "https://github.com/ubenzer/metalsmith-eslint",
24 "dependencies": {
25 "eslint": "^1.5.0",
26 "lodash": "^3.10.1",
27 "multimatch": "^2.0.0"
28 },
29 "devDependencies": {
30 "metalsmith": "^2.0.1",
31 "mocha": "^2.3.3",
32 "should": "^7.1.0",
33 "sinon": "^1.16.1"
34 }
35}