-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "thisconnect",
"version": "0.9.0-dev",
"author": "Enrique Erne (http://mild.ch/)",
"contributors": [
{
"name": "Enrique Erne"
}
],
"scripts": {
"start": "node app",
"test": "make test",
"dev": "gulp"
},
"dependencies": {
"compression": "^1.1.0",
"connect": "^3.2.0",
"fudi": "> = 0.0.2",
"log": "^1.4.0",
"minimist": "^1.1.0",
"planet": ">= 0.14.10",
"port": ">= 0.8.0",
"serve-favicon": "^2.1.5",
"serve-static": "^1.6.3",
"socket.io": "0.9.16",
"socket.io-client": "0.9.16",
"tool": "1.0.1"
},
"devDependencies": {
"benchmark": "^1.0.0",
"browser-sync": "^1.5.2",
"clean-css": "^2.2.16",
"del": "^0.1.3",
"expect.js": "^0.3.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.8.5",
"gulp-nodemon": "^1.0.4",
"gulp-notify": "^1.8.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"mocha": "^1.21.4",
"vinyl-map": "^1.0.1",
"wrapup": "^1.0.7"
},
"repository": "git://github.com/thisconnect/source.git"
}