28 lines
565 B
JSON
28 lines
565 B
JSON
|
|
{
|
||
|
|
"name": "driver",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Old driver take you fly.",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "eslint --ext .js *.js"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"driver",
|
||
|
|
"nodejs",
|
||
|
|
"node",
|
||
|
|
"hot"
|
||
|
|
],
|
||
|
|
"author": "Liu Chong",
|
||
|
|
"license": "GPL-3.0",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/liuchong/driver.js/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/liuchong/driver.js#readme",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/liuchong/driver.js"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {}
|
||
|
|
}
|