-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 898 Bytes
/
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
{
"name": "smart-table-vanilla",
"version": "0.2.0",
"description": "smart-table binding for vanilla javascript",
"main": "dist/index.js",
"module": "index.js",
"scripts": {
"build:example": "rollup -c rollup/example.js",
"build": "rollup -c ./rollup/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smart-table/smart-table-vanilla.git"
},
"keywords": [
"smart-table",
"table",
"datatable",
"list",
"lists"
],
"author": "Laurent Renard",
"license": "MIT",
"bugs": {
"url": "https://github.com/smart-table/smart-table-vanilla/issues"
},
"homepage": "https://github.com/smart-table/smart-table-vanilla#readme",
"devDependencies": {
"rollup": "^1.21.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"smart-table-core": "^3.0.6"
},
"dependencies": {}
}