mirror of
				https://github.com/rschamp/gh-pages.git
				synced 2025-11-04 21:01:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "gh-pages",
 | 
						|
  "version": "0.11.0",
 | 
						|
  "description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",
 | 
						|
  "keywords": [
 | 
						|
    "git",
 | 
						|
    "gh-pages",
 | 
						|
    "github"
 | 
						|
  ],
 | 
						|
  "author": {
 | 
						|
    "name": "Tim Schaub",
 | 
						|
    "url": "http://tschaub.net/"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "homepage": "https://github.com/tschaub/gh-pages",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git://github.com/tschaub/gh-pages.git"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/tschaub/gh-pages/issues"
 | 
						|
  },
 | 
						|
  "main": "lib/index.js",
 | 
						|
  "scripts": {
 | 
						|
    "pretest": "eslint lib test bin/gh-pages",
 | 
						|
    "test": "mocha --recursive test"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "async": "1.5.2",
 | 
						|
    "commander": "2.9.0",
 | 
						|
    "globby": "^4.0.0",
 | 
						|
    "graceful-fs": "4.1.2",
 | 
						|
    "q": "1.4.1",
 | 
						|
    "q-io": "1.13.2",
 | 
						|
    "wrench": "1.5.8"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "chai": "^3.4.1",
 | 
						|
    "eslint": "2.2.0",
 | 
						|
    "eslint-config-tschaub": "4.0.0",
 | 
						|
    "mocha": "^2.3.4"
 | 
						|
  },
 | 
						|
  "bin": {
 | 
						|
    "gh-pages": "bin/gh-pages"
 | 
						|
  },
 | 
						|
  "eslintConfig": {
 | 
						|
    "extends": "tschaub"
 | 
						|
  }
 | 
						|
}
 |