-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 960 Bytes
/
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": "jquery.autotabs",
"version": "2.1.3",
"description": "A jQuery plugin to automatically generate tabs based on your markup",
"main": "index.js",
"directories": {
"doc": "doc"
},
"devDependencies": {
"gulp": "^3.7",
"gulp-cssbeautify": "^0.1.3",
"gulp-csslint": "^0.1",
"gulp-install": "^0.5",
"gulp-jshint": "^1.8",
"gulp-json-lint": "^0.1",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2",
"gulp-uglify": "^0.3.1",
"main-bower-files": "^2.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/opichon/autotabs.git"
},
"bugs": {
"url": "https://github.com/opichon/autotabs/issues"
},
"keywords": [
"jquery",
"autotabs",
"tabs"
],
"author": {
"name": "Olivier Pichon",
"email": "[email protected]"
},
"license": "MIT",
"readmeFilename": "README"
}