forked from TalmudLab/daf-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 787 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
30
31
32
33
{
"name": "daf-renderer",
"version": "1.1.4",
"description": "A DOM render library for creating Talmud pages on the web.",
"main": "dist/daf-renderer.umd.js",
"module": "dist/daf-renderer.esm.js",
"browser": "dist/daf-renderer.umd.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"contributors": [
{
"name": "Dan Jutan",
"email": "danjutan@gmail.com"
},
{
"name": "Shaun Regenbaum",
"email": "shaunregenbaum@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"postcss": "^8.2.1",
"rollup": "^2.36.1",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/GT-Jewish-DH/daf-renderer.git"
}
}