This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments