@nathanfaucett/is_string
Version:
checks if value is a string
32 lines (31 loc) • 808 B
JSON
{
"name": "@nathanfaucett/is_string",
"version": "0.0.1",
"description": "checks if value is a string",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/is_string.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run node-test",
"node-test": "node ./test/index.js | ./node_modules/.bin/tap-spec",
"browser-test": "zuul -- ./test/index.js",
"browser-test-local": "zuul --local 9999 ./test/index.js"
},
"keywords": [
"is_string",
"is_string.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"tape": "^4.0.0",
"tap-spec": "^4.0.0",
"zuul": "^3.0.0"
}
}