-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "memm",
"version": "1.3.4",
"keywords": [
"remotestorage",
"remotestorage.js",
"chrome extension",
"firefox extension",
"addons",
"bookmarks"
],
"description": "- alt + shift + l, popup open .. - get current tab info (url, title) - search if already bookmarked and show saved tags - add tags - add url if not exists with the id inside url:hash - add for each specified tags the url id",
"main": "background.js",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lesion/memm.git"
},
"author": "lesion <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lesion/memm/issues"
},
"homepage": "https://github.com/lesion/memm",
"devDependencies": {
"buble-loader": "^0.4.1",
"chrome-storage-promise": "^0.1.0",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"file-loader": "^1.1.11",
"json-loader": "^0.5.7",
"localstorejs": "^0.1.9",
"lodash-es": "^4.17.10",
"mdi": "^2.1.99",
"normalize.css": "^8.0.0",
"pug": "^2.0.0",
"purecss": "^1.0.0",
"remotestorage-module-bookmarks": "git://github.com/lesion/remotestorage-module-bookmarks.git",
"remotestorage-widget": "^1.3.0",
"remotestoragejs": "^1.0.2",
"style-loader": "^0.20.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.0.1",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-markdown": "^2.2.4",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.5.5",
"webpack-cli": "^2.1.3",
"ws": "^5.0.0"
}
}