is_string
Version:
is_string for the browser and node.js
24 lines (23 loc) • 531 B
JSON
{
"name": "is_string",
"version": "0.0.1",
"description": "is_string for the browser and node.js",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/is_string.git"
},
"main": "src/index.js",
"keywords": [
"is_string",
"is_string.js"
],
"author": "Nathan Faucett",
"license": "BSD-2-Clause",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsbeautifier": "^0.2.7",
"mocha": "^2.1.0"
}
}