]> git.immae.eu Git - github/wallabag/wallabag.git/blob - package.json
Merge pull request #2142 from wallabag/v2-use-npm
[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 "grunt": ">=0.4.0",
18 "grunt-browserify": "^5.0.0",
19 "grunt-cli": "^1.2.0",
20 "grunt-contrib-clean": "^1.0.0",
21 "grunt-contrib-concat": "^1.0.0",
22 "grunt-contrib-copy": "^1.0.0",
23 "grunt-contrib-symlink": "^1.0.0",
24 "grunt-contrib-uglify": "^1.0.0",
25 "grunt-postcss": "^0.8.0",
26 "hammerjs": "^2.0.6",
27 "jquery": "^2.2.1",
28 "jquery-ui": "^1.10.5",
29 "jquery.cookie": "^1.4.1",
30 "load-grunt-tasks": "^3.4.1",
31 "materialize-css": "0.97.5",
32 "npm": "^3.8.3",
33 "pickadate": "^3.5.6",
34 "pixrem": "^3.0.0",
35 "postcss-cssnext": "^2.5.1",
36 "prismjs": "^1.4.1"
37 },
38 "engines": {
39 "node": ">0.12"
40 },
41 "browser": {
42 "jquery": "./node_modules/jquery/dist/jquery.js",
43 "jQuery": "./node_modules/jquery/dist/jquery.js",
44 "materialize": "./node_modules/materialize-css/bin/materialize.js"
45 },
46 "browserify-shim": {
47 "jquery": "$",
48 "jQuery": "jQuery",
49 "materialize": "materialize"
50 },
51 "browserify": {
52 "transform": [
53 "browserify-shim"
54 ]
55 },
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/wallabag/wallabag"
59 },
60 "contributors": [
61 {
62 "name": "Nicolas Lœuillet",
63 "email": "nicolas@loeuillet.org",
64 "homepage": "http://www.cdetc.fr",
65 "role": "Developer"
66 },
67 {
68 "name": "Thomas Citharel",
69 "homepage": "http://tcit.fr",
70 "role": "Developer"
71 },
72 {
73 "name": "Jérémy Benoist",
74 "homepage": "http://www.j0k3r.net",
75 "role": "Developer"
76 }
77 ],
78 "license": "MIT",
79 "bugs": {
80 "url": "https://github.com/wallabag/wallabag/issues"
81 },
82 "devDependencies": {
83 "eslint": "^2.11.1",
84 "eslint-config-airbnb": "^9.0.1"
85 }
86 }