36 lines
877 B
JSON
36 lines
877 B
JSON
{
|
|
"name": "picbookjs",
|
|
"version": "0.3.0",
|
|
"description": "A simple Javascript library to display album photos from a Facebook Page",
|
|
"main": "js/picbook.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/henriquea/picbookjs.git"
|
|
},
|
|
"keywords": [
|
|
"facebook",
|
|
"album",
|
|
"photo"
|
|
],
|
|
"author": "Henrique Alves",
|
|
"homepage": "http://henriquea.github.io/picbookjs",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/henriquea/picbookjs/issues"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "~1.2.8",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-jshint": "~0.7.0",
|
|
"load-grunt-tasks": "~0.2.0",
|
|
"time-grunt": "~0.2.0",
|
|
"jshint-stylish": "~0.1.3",
|
|
"grunt-contrib-uglify": "~0.3.2"
|
|
}
|
|
}
|