You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
591 B
27 lines
591 B
{
|
|
"name": "revalidator",
|
|
"version": "0.1.8",
|
|
"description": "A cross-browser / node.js validator used by resourceful",
|
|
"license": "Apache 2.0",
|
|
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
|
|
"maintainers": [
|
|
"indexzero <charlie@nodejitsu.com>",
|
|
"indutny <fedor.indutny@gmail.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/flatiron/revalidator.git"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.7.0"
|
|
},
|
|
"main": "./lib/revalidator",
|
|
"scripts": {
|
|
"test": "vows test/*-test.js --spec"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
}
|
|
|