-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.67 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
{
"name": "unihack.ge",
"version": "0.0.0",
"description": "unihack.ge website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/unihackge/unihack.ge.git"
},
"browserify": {
"transform": [
"coffeeify"
]
},
"author": "unihackge",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/unihackge/unihack.ge/issues"
},
"homepage": "https://github.com/unihackge/unihack.ge",
"devDependencies": {
"gulp": "^3.8.7",
"require-dir": "^0.1.0",
"gulp-connect": "^2.0.6",
"pretty-hrtime": "^0.2.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^3.4.0",
"browserify": "^5.10.1",
"gulp-notify": "^1.5.0",
"coffeeify": "^0.7.0",
"numberer": "^0.1.1",
"gl-matrix": "^2.1.0",
"franim": "^0.1.0",
"gulp-cached": "^1.0.1",
"nib": "^1.0.3",
"gulp-progeny": "0.0.7",
"gulp-stylus": "^1.3.3",
"gulp-jade": "^0.8.0",
"gulp-ignore": "^1.2.0",
"gulp-clean": "^0.3.1",
"markdown": "^0.5.0",
"gulp-filter": "^1.0.2",
"gulp-plumber": "^0.6.5"
},
"dependencies": {
"gulp-if": "^1.2.4",
"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",
"coffee-script": "^1.8.0",
"require-uncached": "^1.0.2",
"run-sequence": "^1.0.1",
"gulp-load-plugins": "^0.7.0",
"event-stream": "^3.1.7",
"sprintf": "^0.1.4",
"gulp-clone": "^1.0.0",
"gulp-rename": "^1.2.0",
"merge": "^1.2.0",
"marked": "^0.3.2"
}
}