UNPKG

1.09 kBJSONView Raw
1{
2 "name": "videojs-standard",
3 "description": "JavaScript style for plugins and tools in the video.js ecosystem.",
4 "version": "5.2.0",
5 "author": "Brightcove, Inc.",
6 "bin": {
7 "vjsstandard": "./cli.js"
8 },
9 "bugs": {
10 "url": "https://github.com/videojs/standard/issues"
11 },
12 "dependencies": {
13 "babel-eslint": "^6.1.2",
14 "commander": "^2.9.0",
15 "eslint": "^2.13.1",
16 "eslint-config-videojs": "^2.0.0",
17 "find-root": "^1.0.0",
18 "tsmlb": "^1.0.0"
19 },
20 "homepage": "https://github.com/videojs/standard",
21 "keywords": [
22 "videojs",
23 "videojs-standard",
24 "check",
25 "checker",
26 "code",
27 "code checker",
28 "code linter",
29 "code standards",
30 "code style",
31 "enforce",
32 "eslint",
33 "hint",
34 "jscs",
35 "jshint",
36 "lint",
37 "policy",
38 "quality",
39 "simple",
40 "standard",
41 "standard style",
42 "style",
43 "style checker",
44 "style linter",
45 "verify"
46 ],
47 "license": "Apache-2.0",
48 "main": "cli.js",
49 "repository": {
50 "type": "git",
51 "url": "git://github.com/videojs/standard.git"
52 }
53}