zotero-web-library
Version:
Web library from zotero.org
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "zotero-web-library",
"version": "0.1.1",
"description": "Web library from zotero.org",
"main": "lib/zotero-web-library.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"start": "./node_modules/.bin/gulp",
"prepublish": "./node_modules/.bin/gulp prepublish",
"postpublish": "./node_modules/.bin/gulp postpublish"
},
"keywords": [
"Zotero"
],
"author": "Faolan C-P",
"license": "AGPL-3.0",
"devDependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"del": "^2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"jquery": "^2.2.4",
"libzotero": "^0.1.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"floatthead": "1.4.0"
}
}