UNPKG

488 BJSONView Raw
1{
2 "name": "git-pull-all",
3 "version": "0.0.7",
4 "description": "Asynchronous git-pull(1) for multiple Git projects.",
5 "bin": {
6 "git-pull-all": "index.js"
7 },
8 "scripts": {
9 "lint": "jshint *.js"
10 },
11 "dependencies": {
12 "async": "~0.9.0"
13 },
14 "devDependencies": {
15 "jshint": "^2.6.0"
16 },
17 "repostitory": {
18 "type": "git",
19 "url": "https://github.com/tatsuyaoiw/git-pull-all.git"
20 },
21 "author": "Tatsuya Oiwa <tatsuyaoiw@gmail.com>",
22 "license": "MIT"
23}