-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.06 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "2015f.hacktbilisi.com",
"version": "0.0.0",
"description": "2015f.hacktbilisi.com website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/unihackio/2015f.hacktbilisi.com.git"
},
"browserify": {
"transform": [
"coffeeify"
]
},
"author": "unihackio",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/unihackio/2015f.hacktbilisi.com/issues"
},
"homepage": "https://github.com/unihackio/2015f.hacktbilisi.com",
"devDependencies": {
"autoprefixer": "^6.0.3",
"browserify": "^5.10.1",
"coffeeify": "^0.7.0",
"css-mqpacker": "^4.0.0",
"franim": "^0.1.0",
"gl-matrix": "^2.1.0",
"gulp": "^3.8.7",
"gulp-cached": "^1.0.1",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.0.6",
"gulp-filter": "^1.0.2",
"gulp-ignore": "^1.2.0",
"gulp-jade": "^0.8.0",
"gulp-notify": "^1.5.0",
"gulp-plumber": "^0.6.5",
"gulp-postcss": "^6.0.1",
"gulp-progeny": "0.0.7",
"gulp-sass": "^2.0.4",
"gulp-stylus": "^1.3.3",
"markdown": "^0.5.0",
"nib": "^1.0.3",
"numberer": "^0.1.1",
"perfectionist": "^2.1.2",
"pretty-hrtime": "^0.2.1",
"require-dir": "^0.1.0",
"stringify": "^3.1.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^3.4.0"
},
"dependencies": {
"coffee-script": "^1.8.0",
"event-stream": "^3.1.7",
"gulp-clone": "^1.0.0",
"gulp-debug": "^1.0.1",
"gulp-filelog": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-sftp": "^0.1.3",
"gulp-streamify": "0.0.5",
"gulp-strip-debug": "^1.0.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"handlebars": "^2.0.0",
"hbsfy": "^2.2.0",
"marked": "^0.3.2",
"merge": "^1.2.0",
"require-uncached": "^1.0.2",
"run-sequence": "^1.0.1",
"sprintf": "^0.1.4",
"stripify": "^1.2.0",
"three": "0.72",
"uglifyify": "^2.5.0",
"vinyl-source-stream2": "^0.1.1"
}
}