mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 17:13:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
38
node_modules/os-shim/package.json
generated
vendored
Normal file
38
node_modules/os-shim/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "os-shim",
|
||||
"version": "0.1.3",
|
||||
"description": "Native OS module API shim for older node.js versions",
|
||||
"homepage": "http://github.com/h2non/node-os-shim",
|
||||
"bugs": "https://github.com/h2non/node-os-shim/issues",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tomas Aparicio",
|
||||
"email": "tomas@aparicio.me"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/h2non/node-os-shim.git"
|
||||
},
|
||||
"licenses": "MIT",
|
||||
"main": "lib/os",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"keywords": [
|
||||
"os",
|
||||
"tmpdir",
|
||||
"endianness",
|
||||
"shim"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "~1.15.1",
|
||||
"expect.js": "~0.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user