-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 924 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
{
"name": "htabs2",
"version": "0.0.2",
"description": "Horizontal Tabs for websites",
"main": "index.js",
"dependencies": {
"bower": "^1.3.8",
"browserify": "^5.9.3",
"colors.css": "^1.0.0",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.4",
"gulp-less": "^1.3.2",
"gulp-minify-css": "^0.3.7",
"gulp-plumber": "^0.6.5",
"gulp-util": "^3.0.1",
"mithril": "^0.1.20",
"through2": "^0.5.1",
"vinyl-source-stream": "^0.1.1"
},
"devDependencies": {
"intern-geezer": "^2.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/caneruguz/htabs.git"
},
"keywords": [
"horizontal",
"ui"
],
"author": "Caner Uguz",
"license": "MIT",
"bugs": {
"url": "https://github.com/caneruguz/htabs/issues"
},
"homepage": "https://github.com/caneruguz/htabs"
}