UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@modulus/standard",
3 "version": "0.6.0",
4 "description": "JavaScript Standard Modulus Style",
5 "main": "index.js",
6 "bin": {
7 "mod-standard": "./bin/cmd.js"
8 },
9 "scripts": {
10 "lint": "./bin/cmd.js",
11 "test": "lab -c",
12 "posttest": "npm run lint"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/onmodulus/standard.git"
17 },
18 "keywords": [
19 "JavaScript Standard Modulus Style",
20 "check",
21 "checker",
22 "code",
23 "code checker",
24 "code linter",
25 "code standards",
26 "code style",
27 "enforce",
28 "eslint",
29 "hint",
30 "jscs",
31 "jshint",
32 "lint",
33 "policy",
34 "quality",
35 "simple",
36 "standard",
37 "standard style",
38 "style",
39 "style checker",
40 "style linter",
41 "verify"
42 ],
43 "author": "Jack Boberg <hello@jackboberg.info> (http://jackboberg.info/)",
44 "maintainers": [
45 "Matt Hernandez <matt@modulus.io>",
46 "Tara Manicsic <tara@modulus.io>",
47 "Francesca Varney <fran@modulus.io>"
48 ],
49 "license": "MIT",
50 "bugs": {
51 "url": "https://github.com/onmodulus/standard/issues"
52 },
53 "homepage": "https://github.com/onmodulus/standard#readme",
54 "dependencies": {
55 "eslint": "2.10.2",
56 "eslint-config-modulus": "0.6.0",
57 "eslint-plugin-hapi": "4.0.0",
58 "eslint-plugin-promise": "1.1.0",
59 "standard-engine": "4.0.2"
60 },
61 "devDependencies": {
62 "code": "~1.5.0",
63 "lab": "~6.2.0",
64 "lodash.assign": "~4.0.1",
65 "temporary-directory": "~1.0.1",
66 "win-spawn": "~2.0.0"
67 }
68}