-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "json-table-editor",
"version": "1.1.0",
"description": "JSON table editor is a minimal, yet flexible HTML table editor, where you can attach formatting to each cell and it gives you JSON output.",
"main": "dist/json-table-editor.min.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajatsingla/JSON-table-editor.git"
},
"keywords": [
"html",
"table",
"editor",
"JSON",
"json-table",
"json-table-editor",
"editable",
"visual-table-editor",
"wikimedia"
],
"author": "rajat singla",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajatsingla/JSON-table-editor/issues"
},
"homepage": "https://github.com/rajatsingla/JSON-table-editor#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-version-filename": "^1.0.2",
"jasmine": "^3.1.0",
"shelljs": "^0.8.1"
}
}