-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 996 Bytes
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
{
"name": "hvst.toggle",
"version": "1.0.0",
"description": "jQuery plugin that allows to use neat CSS3 animated tabs",
"main": "libs/hvst.toggle.js",
"homepage": "https://github.com/hvst/hvst.toggle",
"directories": {
"bin": "dist",
"lib": "lib",
"test": "test"
},
"author": {
"name": "Harvest",
"url": "http://www.hvst.com"
},
"contributors": [
"Sterling Salzberg <sterling@hvst.com>",
"Enrique Alcantara <enrique@hvst.com>"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hvst/hvst.toggle/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"karma": "~0.12.1",
"grunt-karma": "~0.8.2",
"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1.2",
"grunt-sass": "~0.11.0"
}
}