forked from TablePress/TablePress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"name": "TablePress",
"version": "1.8.0",
"description": "TablePress enables you to create and manage tables, without having to write HTML code, and it adds valuable functions for your visitors.",
"repository": {
"type": "git",
"url": "https://github.com/TobiasBg/TablePress"
},
"author": "Tobias Bäthge",
"license": "GPLv2",
"devDependencies": {
"autoprefixer": "~7.1.1",
"grunt": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-postcss": "~0.8.0",
"grunt-jsonlint": "~1.1.0",
"matchdep": "~1.0.1"
},
"jshintConfig": {
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es3": true,
"expr": true,
"immed": true,
"noarg": true,
"nonbsp": true,
"onevar": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"globals": {
"jQuery": false
}
}
}