forked from kazuhikoarase/comfortable-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 899 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
{
"name": "comfortable-js",
"version": "0.1.140",
"description": "Simple, Fast, Customizable Table Component in JavaScript.",
"author": "Kazuhiko Arase",
"main": "lib/comfortable.js",
"types": "lib/comfortable.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/kazuhikoarase/comfortable-js.git"
},
"bugs": {
"url": "https://github.com/kazuhikoarase/comfortable-js/issues"
},
"keywords": [
"table",
"grid",
"vue"
],
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.0.0",
"gulp-jasmine": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"lodash.template": "^4.5.0",
"typescript": "^3.7.5"
}
}