X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;fp=package.json;h=603596ae92208699422babca9d6e3bf2e3735928;hb=5ecdfcd041767c9e3244a92bb0a6cc3c3f80fea3;hp=0000000000000000000000000000000000000000;hpb=9f95b14dec88cf083cefa38d5fbd84189e07acac;p=github%2Fwallabag%2Fwallabag.git diff --git a/package.json b/package.json new file mode 100644 index 00000000..603596ae --- /dev/null +++ b/package.json @@ -0,0 +1,84 @@ +{ + "name": "wallabag", + "version": "2.0.0", + "description": "wallabag is a self hostable application for saving web pages", + "main": "index.js", + "private": true, + "directories": { + "doc": "docs" + }, + "dependencies": { + "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", + "autoprefixer": "^6.3.6", + "bower": "^1.7.7", + "browserify": "^13.0.0", + "browserify-shim": "^3.8.12", + "cssnano": "^3.5.2", + "grunt": ">=0.4.0", + "grunt-browserify": "^5.0.0", + "grunt-cli": "^1.2.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-concat": "^1.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-cssmin": "^1.0.0", + "grunt-contrib-symlink": "^1.0.0", + "grunt-contrib-uglify": "^1.0.0", + "grunt-postcss": "^0.8.0", + "grunt-shell": "^1.2.1", + "hammerjs": "^2.0.6", + "jquery": "^2.2.1", + "jquery-ui": "^1.10.5", + "jquery.cookie": "^1.4.1", + "load-grunt-tasks": "^3.4.1", + "materialize-css": "0.97.5", + "npm": "^3.8.3", + "pickadate": "^3.5.6", + "pixrem": "^3.0.0", + "postcss-cssnext": "^2.5.1", + "prismjs": "^1.4.1" + }, + "engines": { + "node": ">0.12" + }, + "browser": { + "jquery": "./node_modules/jquery/dist/jquery.js", + "jQuery": "./node_modules/jquery/dist/jquery.js", + "materialize": "./node_modules/materialize-css/bin/materialize.js" + }, + "browserify-shim": { + "jquery": "$", + "jQuery": "jQuery", + "materialize": "materialize" + }, + "browserify": { + "transform": [ + "browserify-shim" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/wallabag/wallabag" + }, + "contributors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr", + "role": "Developer" + }, + { + "name": "Thomas Citharel", + "homepage": "http://tcit.fr", + "role": "Developer" + }, + { + "name": "Jérémy Benoist", + "homepage": "http://www.j0k3r.net", + "role": "Developer" + } + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/wallabag/wallabag/issues" + } +}