wallet-core/node_modules/is-primitive/package.json

47 lines
930 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "is-primitive",
"description": "Returns `true` if the value is a primitive. ",
"version": "2.0.0",
"homepage": "https://github.com/jonschlinkert/is-primitive",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-primitive.git"
},
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/jonschlinkert/is-primitive/issues"
},
2016-11-03 01:33:53 +01:00
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
2016-10-10 03:43:44 +02:00
},
"files": [
"index.js"
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4"
},
2016-10-10 03:43:44 +02:00
"keywords": [
"boolean",
"check",
"number",
"primitive",
"string",
"symbol",
"type",
"typeof",
"util"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}