-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 934 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 934 Bytes
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
{
"name": "jsweet-node-example",
"version": "1.0.0",
"description": "The classic Socket.IO example: a simple instant messenger - all along with the JSweet magic",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/lgrignon/jsweet-node-example.git"
},
"dependencies": {
"body-parser": "~1.14.1",
"errorhandler": "~1.4.2",
"express": "~4.13.3",
"http": "~0.0.0",
"jade": "^1.11.0",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7"
},
"devDependencies": {
"bower": "1.8.8",
"gulp": "3.9.1",
"gulp-concat": "~2.6.0",
"gulp-jade": "~1.1.0",
"gulp-minify-css": "~1.2.1",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-shell": "^0.5.1",
"gulp-uglify": "~1.4.2",
"run-sequence": "^1.2.2"
},
"author": "Louis Grignon <louis.grignon@gmail.com>",
"license": "Apache-2.0"
}