devices
Version:
36 lines (35 loc) • 688 B
JSON
{
"name": "devices",
"version": "0.1.0",
"description": "devices",
"bin": {
"devices": "./bin/devices"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/devices.git"
},
"dependencies": {
},
"keywords": ["devices"],
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"should": "~4.0.4",
"should-http": "0.0.2",
"jshint": "*"
},
"scripts": {
"test": "make test",
"jshint": "make jshint"
},
"precommit": [
"jshint"
],
"homepage": "https://github.com/xudafeng/devices",
"author": "xudafeng",
"email": "xudafeng@126.com",
"blog": "http://xdf.me",
"license": "MIT"
}