Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 4a4df80

Browse files
committed
Update package.json
1 parent 4f1e493 commit 4a4df80

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

package.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
{
2+
"author": "Andrey Prokopyuk <andrey.prokopyuk@gmail.com>",
23
"name": "opensearch-validator",
3-
"version": "1.0.0",
44
"description": "Simple validator for opensearch.xml that using validator.w3.org/feed",
5+
"version": "1.0.0",
56
"main": "cli/run.js",
6-
"scripts": {
7-
"test": "cd test && mocha --recursive --reporter spec --require bootstrap.js ."
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/Andre-487/opensearch-validator.git"
12-
},
137
"keywords": [
14-
"opensearch.xml",
158
"validation",
9+
"validator",
1610
"feed",
17-
"validation",
18-
"validator"
11+
"RSS",
12+
"Atom",
13+
"OpenSearch",
14+
"opensearch.xml"
1915
],
20-
"author": "Andrey Prokopyuk",
21-
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Andre-487/opensearch-validator.git"
19+
},
2220
"bugs": {
2321
"url": "https://github.com/Andre-487/opensearch-validator/issues"
2422
},
2523
"homepage": "https://github.com/Andre-487/opensearch-validator#readme",
26-
"devDependencies": {
27-
"chai": "^3.2.0",
28-
"chai-as-promised": "^5.1.0",
29-
"eslint": "^1.3.0",
30-
"git-hooks": "^1.0.0",
31-
"jscs": "^2.1.1",
32-
"mocha": "^2.2.5",
33-
"sinon": "^1.16.1"
24+
"license": "MIT",
25+
"scripts": {
26+
"test": "cd test && mocha --recursive --reporter spec --require bootstrap.js ."
3427
},
3528
"dependencies": {
3629
"argparse": "^1.0.2",
@@ -41,5 +34,14 @@
4134
"q-io": "^1.13.1",
4235
"throw": "^1.0.0",
4336
"xml2js": "^0.4.10"
37+
},
38+
"devDependencies": {
39+
"chai": "^3.2.0",
40+
"chai-as-promised": "^5.1.0",
41+
"eslint": "^1.3.0",
42+
"git-hooks": "^1.0.0",
43+
"jscs": "^2.1.1",
44+
"mocha": "^2.2.5",
45+
"sinon": "^1.16.1"
4446
}
4547
}

0 commit comments

Comments
 (0)