-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 927 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
{
"name": "layout-or-get-out",
"version": "1.0.0",
"description": "Taller CSS",
"homepage": "https://gangsthub.github.io/layout-or-get-out/",
"scripts": {
"start": "gulp serve"
},
"author": {
"name": "gangsthub"
},
"repository": {
"type": "git",
"url": "git://github.com/gangsthub/layout-or-get-out.git"
},
"dependencies": {
"express": "~2.5.9",
"mustache": "~0.7.2",
"socket.io": "~0.9.13",
"underscore": "~1.5.1"
},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-connect": "^2.0.5",
"gulp-cssmin": "^0.1.5",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.1",
"gulp-qunit": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^0.3.0",
"gulp-watch": "^0.6.5",
"gulp-zip": "^0.3.4"
},
"license": {
"type": "MIT",
"url": "https://github.com/gangsthub/layout-or-get-out/blob/master/LICENSE"
}
}