source: trip-planner-front/node_modules/json-schema/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 780 bytes
Line 
1{
2 "name": "json-schema",
3 "version": "0.2.3",
4 "author": "Kris Zyp",
5 "description": "JSON Schema validation and specifications",
6 "maintainers":[
7 {"name": "Kris Zyp", "email": "kriszyp@gmail.com"}],
8 "keywords": [
9 "json",
10 "schema"
11 ],
12 "licenses": [
13 {
14 "type": "AFLv2.1",
15 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
16 },
17 {
18 "type": "BSD",
19 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
20 }
21 ],
22 "repository": {
23 "type":"git",
24 "url":"http://github.com/kriszyp/json-schema"
25 },
26 "directories": { "lib": "./lib" },
27 "main": "./lib/validate.js",
28 "devDependencies": { "vows": "*" },
29 "scripts": { "test": "echo TESTS DISABLED vows --spec test/*.js" }
30}
31
Note: See TracBrowser for help on using the repository browser.