-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "suey",
"version": "0.1.41",
"description": "Lightweight JavaScript UI library.",
"module": "src/Suey.js",
"main": "dist/suey.module.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"files": [
"dist/*",
"examples/*",
"files/*",
"src/*"
],
"keywords": [
"suey",
"onsight",
"engine",
"widget",
"gui",
"library",
"module",
"javascript",
"ui",
"es6",
"component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/onsightengine/suey.git"
},
"author": "Stephens Nunnally <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/onsightengine/suey/issues"
},
"homepage": "https://github.com/onsightengine/suey",
"private": false,
"devDependencies": {
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-postcss": "^4.0.2"
}
}