-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.35 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.35 KB
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
{
"name": "pintamonas",
"private": true,
"version": "0.0.0",
"description": "Draw your monkey",
"repository": "https://github.com/Side-Project-Ninjas/pintamonas",
"license": "MIT",
"author": "Side Project Ninjas",
"contributors": [
{
"name": "Raúl Torres",
"email": "r.torresgonzalez.93@gmail.com"
},
{
"name": "Sergio Serrano",
"email": "seserme@gmail.com"
},
{
"name": "Pablo Gil",
"email": "pagiras@hotmail.com"
},
{
"name": "Diego Rodríguez",
"email": "diego@rodribus.com"
}
],
"devDependencies": {
"better-console": "^0.2.4",
"better-strings": "0.0.4",
"bower": "^1.3.1",
"browser-sync": "^2.12.3",
"colors": "^1.1.2",
"console-stamp": "^0.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat-vendor": "0.0.4",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-help": "^1.6.1",
"gulp-jade": "^1.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"node-inspector": "^0.12.8",
"nodemon": "^1.9.1",
"wiredep": "^4.0.0"
},
"scripts": {
"start": "gulp compile && node-debug ./src/server"
},
"dependencies": {
"express": "^4.13.4",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
}
}