UNPKG

fs-cnpm

Version:
44 lines (43 loc) 816 B
{ "name": "fs-cnpm", "version": "2.4.1", "description": "fs wrapper for cnpm", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "egg-bin test", "ci": "npm run lint && egg-bin cov", "lint": "eslint --fix test *.js" }, "keywords": [ "fs", "storage", "cnpm" ], "author": { "name": "dead-horse", "email": "dead_horse@qq.com", "url": "http://deadhorse.me" }, "repository": { "type": "git", "url": "https://github.com/cnpm/fs-cnpm" }, "license": "MIT", "dependencies": { "mz": "^2.7.0", "mz-modules": "^2.1.0" }, "devDependencies": { "autod": "^3.0.1", "egg-bin": "^4.9.0", "egg-ci": "^1.9.2", "eslint": "^5.7.0", "eslint-config-egg": "^7.1.0" }, "engines": { "node": ">= 8.0.0" } }