http/package.json

25 lines
462 B
JSON
Raw Normal View History

2019-09-25 02:29:55 +00:00
{
"name": "http",
"version": "0.4.0",
"description": "tiny http lib",
"main": "src/http.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"lint": "node_modules/.bin/eslint src/http.js",
"test": "node_modules/.bin/tape test/*.spec.js"
},
"keywords": [
"library"
],
"author": "Geoff Doty",
"license": "MIT",
"devDependencies": {
"eslint": "^5.16.0",
"tape": "^4.10.2"
}
}