forked from TablePress/TablePress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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": "TablePress",
"version": "1.6.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": {
"grunt": "~0.4.5",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsvalidate": "~0.2.2",
"grunt-jsonlint": "~1.0.4",
"grunt-autoprefixer": "~3.0.0",
"matchdep": "~0.3.0"
},
"jshintConfig": {
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es3": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"globals": {
"jQuery": false
}
}
}