Skip to content

Commit 067ed13

Browse files
committed
style: sort alphabetically
1 parent ebf56d7 commit 067ed13

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,14 @@
11
{
2-
"name": "eslint-plugin-jsdoc",
3-
"description": "JSDoc linting rules for ESLint.",
4-
"version": "2.3.1",
5-
"main": "./dist/index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/gajus/eslint-plugin-jsdoc"
9-
},
10-
"keywords": [
11-
"eslint",
12-
"plugin",
13-
"jsdoc"
14-
],
152
"author": {
16-
"name": "Gajus Kuizinas",
173
"email": "[email protected]",
4+
"name": "Gajus Kuizinas",
185
"url": "http://gajus.com"
196
},
20-
"license": "BSD-3-Clause",
21-
"peerDependencies": {
22-
"eslint": ">=0.8.0"
23-
},
247
"dependencies": {
258
"comment-parser": "^0.4.0",
269
"lodash": "^4.5.1"
2710
},
28-
"scripts": {
29-
"build": "babel ./src --out-dir ./dist --copy-files --source-maps",
30-
"lint": "eslint ./src ./test",
31-
"test": "mocha --compilers js:babel-register && npm run lint",
32-
"add-assertions": "babel-node --presets es2015 ./bin/readme-assertions",
33-
"generate-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run readme-add-assertions"
34-
},
11+
"description": "JSDoc linting rules for ESLint.",
3512
"devDependencies": {
3613
"babel-cli": "^6.18.0",
3714
"babel-plugin-add-module-exports": "^0.2.1",
@@ -44,5 +21,28 @@
4421
"gitdown": "^2.4.0",
4522
"globby": "^4.0.0",
4623
"mocha": "^2.5.3"
47-
}
24+
},
25+
"keywords": [
26+
"eslint",
27+
"plugin",
28+
"jsdoc"
29+
],
30+
"license": "BSD-3-Clause",
31+
"main": "./dist/index.js",
32+
"name": "eslint-plugin-jsdoc",
33+
"peerDependencies": {
34+
"eslint": ">=0.8.0"
35+
},
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/gajus/eslint-plugin-jsdoc"
39+
},
40+
"scripts": {
41+
"add-assertions": "babel-node --presets es2015 ./bin/readme-assertions",
42+
"build": "babel ./src --out-dir ./dist --copy-files --source-maps",
43+
"generate-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run readme-add-assertions",
44+
"lint": "eslint ./src ./test",
45+
"test": "mocha --compilers js:babel-register && npm run lint"
46+
},
47+
"version": "2.3.1"
4848
}

0 commit comments

Comments
 (0)