cellocate
Version:
手机归属地查询
29 lines (28 loc) • 695 B
JSON
{
"name": "cellocate",
"version": "1.0.1",
"description": "手机归属地查询",
"main": "lib/index.js",
"bin": {
"cellocate": "./bin/cli"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./tests/*.js",
"test-cov": "./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha ./tests/*.js",
"build": "parcel build src/index.js --target node -d lib --no-source-maps"
},
"repository": {},
"keywords": [
"手机",
"归属地"
],
"author": "TooBug",
"dependencies": {},
"devDependencies": {
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"parcel-bundler": "^1.12.3",
"restler": "^3.4.0",
"should": "^4.4.2"
}
}