mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|