git ssb

0+

Rômulo Alves / sync



Tree: ce27463164a9c7dab3164e59e793ace39b8ac23d

Files: ce27463164a9c7dab3164e59e793ace39b8ac23d / package.json

547 bytesRaw
1{
2 "name": "sync",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "lint": "node_modules/.bin/eslint ./ --cache --ignore-pattern .gitignore"
9 },
10 "pre-commit": [
11 "lint"
12 ],
13 "author": "romuloalves",
14 "license": "MIT",
15 "dependencies": {
16 "fs-extra": "^5.0.0",
17 "graceful-fs": "^4.1.11",
18 "stream-combiner": "^0.2.2"
19 },
20 "devDependencies": {
21 "babel-eslint": "^8.2.2",
22 "eslint": "^4.19.1",
23 "pre-commit": "^1.2.2"
24 }
25}
26

Built with git-ssb-web