mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
19
node_modules/cachedir/package.json
generated
vendored
Normal file
19
node_modules/cachedir/package.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "cachedir",
|
||||
"version": "1.2.0",
|
||||
"license": "MIT",
|
||||
"author": "Linus Unnebäck <linus@folkdatorn.se>",
|
||||
"main": "index.js",
|
||||
"repository": "LinusU/node-cachedir",
|
||||
"scripts": {
|
||||
"test": "standard && mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^2.4.5",
|
||||
"proxyquire": "^1.7.4",
|
||||
"standard": "^6.0.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"os-homedir": "^1.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user