portfolio/packages/gallery/package.json
Timothy Farrell b874c07f01 Add Gallery - core image model working
(add, imported event, thumbnail generation, removal)
2017-03-22 08:32:47 -05:00

29 lines
738 B
JSON

{
"name": "Gallery",
"version": "0.0.1",
"description": "Personal photo gallery",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"keywords": ["javascript"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"scripts": {
"start": "webpack --config webpack.config.js",
"dev": "webpack-dev-server"
},
"dependencies": {
"exif-parser": "~0.1.9",
"pica": "~2.0.8",
"pouchdb-adapter-http": "~6.1.2",
"pouchdb-adapter-idb": "~6.1.2",
"pouchdb-adapter-websql": "~6.1.2",
"pouchdb-binary-utils": "~6.1.2",
"pouchdb-core": "~6.1.2",
"pouchdb-replication": "~6.1.2",
"webpack": "~2.3.0"
},
"devDependencies": {
"webpack-dev-server": "~2.4.2"
}
}