-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
36
37
{
"name": "tabullet",
"version": "1.0.0",
"description": "Simple jQuery plugins for creating a table that can insert, edit, and delete row in one place.",
"main": "dist/tabullet.js",
"dependencies": {
"jquery": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.4",
"serve": "^6.4.9",
"typescript": "^2.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "serve ./example"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/adityapurwa/tabullet.git"
},
"keywords": [
"table",
"jquery",
"tabullet",
"jquery",
"table",
"crud"
],
"author": "Aditya Purwa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adityapurwa/tabullet/issues"
},
"homepage": "https://github.com/adityapurwa/tabullet#readme"
}