package.json 401 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "name": "loader-fs-cache",
  "version": "1.0.2",
  "description": "A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ade Viankakrisna Fadlil",
  "license": "MIT",
  "dependencies": {
    "find-cache-dir": "^0.1.1",
    "mkdirp": "0.5.1"
  }
}