-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 789 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 789 Bytes
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
{
"name": "reveal.js-drawer",
"version": "0.1.3",
"description": "Drawing Board for RevealJS presentations",
"main": "dist/drawer.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"revealjs",
"reveal",
"drawing"
],
"author": "Kemal Erdem",
"license": "MIT",
"repository": "https://github.com/burnpiro/reveal-drawer",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"prettier": "^2.2.1",
"rollup": "^2.40.0",
"rollup-plugin-import-css": "^2.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}