UNPKG

1.26 kBJSONView Raw
1{
2 "name": "eslint-plugin-jasmine",
3 "description": "ESLint rules for Jasmine",
4 "main": "index.js",
5 "directories": {
6 "doc": "docs",
7 "test": "tests"
8 },
9 "scripts": {
10 "pretest": "standard",
11 "test": "mocha",
12 "watch": "mocha --watch",
13 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
14 },
15 "keywords": [
16 "eslint",
17 "eslint-plugin",
18 "eslintplugin",
19 "jasmine"
20 ],
21 "author": "Tom Vincent <npm@tlvince.com> (http://tlvince.com/)",
22 "contributors": [
23 {
24 "name": "Nicolas Fernandez",
25 "url": "https://github.com/burabure"
26 }
27 ],
28 "license": "MIT",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/tlvince/eslint-plugin-jasmine.git"
32 },
33 "bugs": {
34 "url": "https://github.com/tlvince/eslint-plugin-jasmine/issues"
35 },
36 "homepage": "https://github.com/tlvince/eslint-plugin-jasmine",
37 "devDependencies": {
38 "eslint": "^3.9.1",
39 "ghooks": "^1.3.2",
40 "mocha": "^3.1.2",
41 "semantic-release": "^6.3.2",
42 "standard": "^8.5.0",
43 "validate-commit-msg": "^2.8.2"
44 },
45 "config": {
46 "ghooks": {
47 "commit-msg": "validate-commit-msg"
48 }
49 },
50 "engines": {
51 "npm": ">=2",
52 "node": ">=4"
53 },
54 "version": "2.1.2"
55}
\No newline at end of file