-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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
57
58
59
60
61
62
{
"name": "thundote",
"version": "0.0.1",
"description": "A beautiful note-taking app for ZeroNet.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnthyG/Thundote.git"
},
"keywords": [
"beautiful",
"note",
"notes"
],
"author": "AnthyG",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnthyG/Thundote/issues"
},
"homepage": "https://github.com/AnthyG/Thundote#readme",
"devDependencies": {
"browserify": "^15.0.0",
"browserify-shim": "^3.8.14",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"sass-material-colors": "0.0.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"autosize": "^4.0.0",
"draggabilly": "^2.1.1",
"marked": "^0.3.9",
"moment": "^2.20.1",
"packery": "^2.1.1",
"pnglib": "0.0.1",
"svg4everybody": "^2.1.9",
"vue": "^2.5.13"
},
"browser": {
"vue": "vue/dist/vue.common.js"
},
"browserify-shim": {
"jquery": "$"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}