mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "os",
|
||||
"version": "0.1.1",
|
||||
"description": "NodeJS Core Module Extended",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/DiegoRBaquero/node-os.git"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
"os",
|
||||
"core",
|
||||
"module"
|
||||
],
|
||||
"author": "Diego Rodríguez Baquero <diegorbaquero@gmail.com> (https://diegorbaquero.com)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/DiegoRBaquero/node-os/issues"
|
||||
},
|
||||
"homepage": "https://github.com/DiegoRBaquero/node-os#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user