]> git.immae.eu Git - github/wallabag/wallabag.git/blob - package.json
Add modules when NodeJS versions are too low.
[github/wallabag/wallabag.git] / package.json
1 {
2 "name": "wallabag",
3 "version": "2.1.0",
4 "description": "wallabag is a self hostable application for saving web pages",
5 "main": "index.js",
6 "private": true,
7 "directories": {
8 "doc": "docs"
9 },
10 "dependencies": {
11 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
12 "autoprefixer": "^6.3.6",
13 "bower": "^1.7.7",
14 "browserify": "^13.0.0",
15 "browserify-shim": "^3.8.12",
16 "cssnano": "^3.5.2",
17 "es6-promise": "^3.2.1",
18 "grunt": ">=0.4.0",
19 "grunt-browserify": "^5.0.0",
20 "grunt-cli": "^1.2.0",
21 "grunt-contrib-clean": "^1.0.0",
22 "grunt-contrib-concat": "^1.0.0",
23 "grunt-contrib-copy": "^1.0.0",
24 "grunt-contrib-symlink": "^1.0.0",
25 "grunt-contrib-uglify": "^1.0.0",
26 "grunt-postcss": "^0.8.0",
27 "hammerjs": "^2.0.6",
28 "jquery": "^2.2.1",
29 "jquery-ui": "^1.10.5",
30 "jquery.cookie": "^1.4.1",
31 "load-grunt-tasks": "^3.4.1",
32 "materialize-css": "0.97.5",
33 "npm": "^3.8.3",
34 "pickadate": "^3.5.6",
35 "pixrem": "^3.0.0",
36 "postcss-cssnext": "^2.5.1",
37 "prismjs": "^1.4.1",
38 "through": "^2.3.8"
39 },
40 "engines": {
41 "node": ">0.12"
42 },
43 "browser": {
44 "jquery": "./node_modules/jquery/dist/jquery.js",
45 "jQuery": "./node_modules/jquery/dist/jquery.js",
46 "materialize": "./node_modules/materialize-css/bin/materialize.js"
47 },
48 "browserify-shim": {
49 "jquery": "$",
50 "jQuery": "jQuery",
51 "materialize": "materialize"
52 },
53 "browserify": {
54 "transform": [
55 "browserify-shim"
56 ]
57 },
58 "repository": {
59 "type": "git",
60 "url": "https://github.com/wallabag/wallabag"
61 },
62 "contributors": [
63 {
64 "name": "Nicolas Lœuillet",
65 "email": "nicolas@loeuillet.org",
66 "homepage": "http://www.cdetc.fr",
67 "role": "Developer"
68 },
69 {
70 "name": "Thomas Citharel",
71 "homepage": "http://tcit.fr",
72 "role": "Developer"
73 },
74 {
75 "name": "Jérémy Benoist",
76 "homepage": "http://www.j0k3r.net",
77 "role": "Developer"
78 }
79 ],
80 "license": "MIT",
81 "bugs": {
82 "url": "https://github.com/wallabag/wallabag/issues"
83 },
84 "devDependencies": {
85 "eslint": "^2.11.1",
86 "eslint-config-airbnb": "^9.0.1"
87 }
88 }