mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
36 lines
577 B
JSON
36 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"
|
||
|
]
|
||
|
}
|