Skip to content

Commit

Permalink
Add package contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
raawaa committed Nov 3, 2015
1 parent e5d613a commit 59a1f14
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
{
"name": "jav-scarpy",
"version": "0.3.3",
"description": "",
"main": "jav.js",
"repository":
{
"type": "git",
"url": "https://github.com/raawaa/jav-scrapy.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "raawaa <[email protected]>",
"bin": {
"jav": "jav.js"
},
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"cheerio": "^0.19.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"nightmare": "^2.0.7",
"progress": "^1.1.8",
"superagent": "^1.4.0",
"superagent-promise": "^1.0.3",
"user-home": "^2.0.0",
"vo": "^1.0.3"
}
}
"name": "jav-scarpy",
"version": "0.3.3",
"description": "",
"main": "jav.js",
"repository": {
"type": "git",
"url": "https://github.com/raawaa/jav-scrapy.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "raawaa <[email protected]>",
"bin": {
"jav": "jav.js"
},
"contributors": [
"Qiushi Li <[email protected]>"
],
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"cheerio": "^0.19.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"mkdirp": "^0.5.1",
"nightmare": "^2.0.7",
"progress": "^1.1.8",
"superagent": "^1.4.0",
"superagent-promise": "^1.0.3",
"user-home": "^2.0.0",
"vo": "^1.0.3"
}
}

0 comments on commit 59a1f14

Please sign in to comment.