-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 826 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "jquery.pivot",
"//":"REMEMBER! When bumping version remember to run grunt or grunt jquerymanifest before comitting!",
"version": "2.0.3",
"author": {"name": "Janus Schmidt"},
"repository": {"type": "git", "url": "https://github.com/janusschmidt/jquery.pivot.git"},
"description": "The jquery.pivot plugin can be used for presenting table data in pivot form. Data can be read from a html table or json. Use v2.x for jquery 1.7.0 and above. Use v1.x for jquery below 1.7.0",
"homepage": "http://metalogic.dk/jquery.pivot/demo/demo.htm",
"license":"MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.8.0",
"grunt-typescript": "~0.2.7",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-saucelabs": "~4.1.2",
"grunt-jquerymanifest": "~0.1.4"
}
}