mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
35 lines
577 B
JSON
35 lines
577 B
JSON
{
|
|
"name": "is_js",
|
|
"main": "is.js",
|
|
"version": "0.6.0",
|
|
"homepage": "http://arasatasaygin.github.io/is.js/",
|
|
"authors": [
|
|
"arasatasaygin <arasatasaygin@gmail.com>"
|
|
],
|
|
"description": "micro check library",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"type",
|
|
"presence",
|
|
"regexp",
|
|
"string",
|
|
"arithmetic",
|
|
"object",
|
|
"array",
|
|
"environment",
|
|
"time",
|
|
"configuration"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|