mirror of
https://github.com/status-im/poc-core-secure-react-native.git
synced 2026-08-31 03:01:09 +00:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|