-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 967 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
43
44
{
"name": "future-tabs",
"version": "1.3.2",
"description": "commonjs / es6 tabs module",
"main": "dist/tabs.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prog666/tabs.git"
},
"keywords": [
"tabs",
"javascript",
"commonjs",
"nojquery"
],
"author": "Danila Dergachev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prog666/tabs/issues"
},
"homepage": "https://github.com/prog666/tabs#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-connect": "^2.2.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.2",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.3.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}