2016-03-08 17:02:34 +01:00
|
|
|
{
|
|
|
|
"name": "wallabag",
|
2016-06-09 19:02:38 +02:00
|
|
|
"version": "2.1.0",
|
2016-03-08 17:02:34 +01:00
|
|
|
"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",
|
2016-09-28 10:30:18 +02:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babelify": "^7.3.0",
|
2016-03-08 17:02:34 +01:00
|
|
|
"browserify": "^13.0.0",
|
|
|
|
"browserify-shim": "^3.8.12",
|
|
|
|
"cssnano": "^3.5.2",
|
2016-06-23 14:34:59 +02:00
|
|
|
"es6-promise": "^3.2.1",
|
2016-03-08 17:02:34 +01:00
|
|
|
"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-symlink": "^1.0.0",
|
|
|
|
"grunt-contrib-uglify": "^1.0.0",
|
|
|
|
"grunt-postcss": "^0.8.0",
|
|
|
|
"hammerjs": "^2.0.6",
|
2016-09-28 18:59:15 +02:00
|
|
|
"icomoon-free-npm": "0.0.0",
|
|
|
|
"jquery": "^2.2.4",
|
|
|
|
"jquery-ui-browserify": "^1.11.0-pre-seelio",
|
2016-03-08 17:02:34 +01:00
|
|
|
"jquery.cookie": "^1.4.1",
|
2016-08-30 13:52:28 +02:00
|
|
|
"jquery.tinydot": "^0.2.1",
|
2016-03-08 17:02:34 +01:00
|
|
|
"load-grunt-tasks": "^3.4.1",
|
2016-09-28 18:59:15 +02:00
|
|
|
"material-design-icons-iconfont": "^3.0.0",
|
2016-03-08 17:02:34 +01:00
|
|
|
"materialize-css": "0.97.5",
|
|
|
|
"npm": "^3.8.3",
|
|
|
|
"pickadate": "^3.5.6",
|
|
|
|
"pixrem": "^3.0.0",
|
|
|
|
"postcss-cssnext": "^2.5.1",
|
2016-06-23 14:34:59 +02:00
|
|
|
"prismjs": "^1.4.1",
|
2016-09-28 18:59:15 +02:00
|
|
|
"ptsans-npm-webfont": "0.0.4",
|
|
|
|
"roboto-fontface": "^0.6.0",
|
2016-06-23 14:34:59 +02:00
|
|
|
"through": "^2.3.8"
|
2016-03-08 17:02:34 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2016-09-28 18:59:15 +02:00
|
|
|
"jquery": {
|
|
|
|
"exports": "$"
|
|
|
|
},
|
|
|
|
"materialize": "materialize",
|
|
|
|
"jquery-ui": {
|
|
|
|
"depends": "jquery",
|
|
|
|
"exports": null
|
|
|
|
}
|
2016-03-08 17:02:34 +01:00
|
|
|
},
|
|
|
|
"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"
|
2016-06-09 19:02:38 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-09-28 10:30:18 +02:00
|
|
|
"babel-eslint": "^6.1.2",
|
|
|
|
"eslint": "^2.13.1",
|
|
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
|
|
"stylelint": "^7.3.1",
|
|
|
|
"stylelint-config-standard": "^13.0.2"
|
2016-03-08 17:02:34 +01:00
|
|
|
}
|
|
|
|
}
|