-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"name": "@delineator/raddemo",
"version": "0.3.2",
"description": "radDemo is a tool for creating controllable presentations from video files.",
"main": "src/js/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/delineatormedia/raddemo.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js --watch"
},
"keywords": [],
"author": "Stephen DeLorme",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-strip": "^2.0.0",
"extract-loader": "^5.1.0",
"keyboardjs": "^2.6.3",
"postcss": "^7.0.32",
"postcss-loader": "^3.0.0",
"rollup": "^2.25.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-scss": "^2.5.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.26.9"
},
"bugs": {
"url": "https://github.com/delineatormedia/raddemo/issues"
},
"homepage": "https://github.com/delineatormedia/raddemo#readme"
}