-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.12 KB
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
{
"name": "@presenta/unsorted",
"homepage": "https://lib.presenta.cc",
"version": "0.0.4",
"description": "PRESENTA unsorted plugins",
"scripts": {
"start": "browser-sync start -s --files \"**/*\" --no-ghost-mode",
"bump": "git add -u && git commit -m \"bump release\" && npm version patch && git push && npm publish"
},
"keywords": [
"presentation",
"slides",
"blocks",
"modern",
"library"
],
"author": {
"name": "Fabio Franchino",
"email": "hello@fabiofranchino.com",
"web": "https://fabiofranchino.com"
},
"repository": {
"type": "git",
"url": "git://github.com/presenta-software/presenta-unsorted-plugins.git"
},
"bugs": {
"url": "https://github.com/presenta-software/presenta-unsorted-plugins/issues"
},
"engines": {
"node": ">=12.0.0"
},
"globals": {
"module": false,
"console": false,
"exports": false
},
"standard": {
"globals": [
"DOMParser",
"Presenta"
]
},
"browserslist": "> 0.5%, IE 11, not dead",
"license": "BSD-3-Clause",
"dependencies": {},
"devDependencies": {
"standard": "^14.3.4"
}
}