37 lines
819 B
JSON
37 lines
819 B
JSON
{
|
|
"name": "fotology-x",
|
|
"version": "1.2.4",
|
|
"description": "Simplifies Image Searching",
|
|
"main": "compiled/main.js",
|
|
"dependencies": {
|
|
"bluebird": "^2.9.34",
|
|
"request": "^2.58.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-coffee": "^2.3.1"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp",
|
|
"publish": "git commit -a && git push",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SlashmanX/fotology.git"
|
|
},
|
|
"keywords": [
|
|
"images",
|
|
"image",
|
|
"searching",
|
|
"google",
|
|
"image",
|
|
"search"
|
|
],
|
|
"author": "Abhinav Madahar",
|
|
"license": "GNU GPL v3",
|
|
"bugs": {
|
|
"url": "https://github.com/SlashmanX/fotology/issues"
|
|
},
|
|
"homepage": "https://github.com/SlashmanX/fotology"
|
|
}
|