bower.json

master
Evgeny Poberezkin 2016-01-13 14:23:04 +00:00
parent 6da6758501
commit aad43df008
2 changed files with 26 additions and 1 deletions

25
bower.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "ajv",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"authors": [
"Evgeny Poberezkin"
],
"license": "MIT",
"keywords": [
"JSON",
"schema",
"validator"
],
"homepage": "https://github.com/epoberezkin/ajv",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"node_modules",
"bower_components",
"spec"
]
}

View File

@ -1,6 +1,6 @@
{
"name": "ajv",
"version": "3.2.0",
"version": "3.2.1",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
"files": [