fixed package.json

master
Evgeny Poberezkin 2015-05-29 23:54:01 +01:00
parent daf592adc4
commit c2f4d599d5
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
{ {
"name": "ajv", "name": "ajv",
"version": "0.0.4", "version": "0.0.5",
"description": "Another JSON schema Validator", "description": "Another JSON schema Validator",
"main": "lib/jv.js", "main": "lib/ajv.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --reporter=spec spec/*.spec.js" "test": "./node_modules/.bin/mocha --reporter=spec spec/*.spec.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/epoberezkin/jv.git" "url": "https://github.com/epoberezkin/ajv.git"
}, },
"keywords": [ "keywords": [
"JSON", "JSON",
@ -18,9 +18,9 @@
"author": "Evgeny Poberezkin", "author": "Evgeny Poberezkin",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/epoberezkin/jv/issues" "url": "https://github.com/epoberezkin/ajv/issues"
}, },
"homepage": "https://github.com/epoberezkin/jv", "homepage": "https://github.com/epoberezkin/ajv",
"dependencies": { "dependencies": {
"dot": "^1.0.3", "dot": "^1.0.3",
"json-stable-stringify": "^1.0.0" "json-stable-stringify": "^1.0.0"