-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "nodejs_express_socketio_chat",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.12.2",
"express": "3.4.4",
"method-override": "^2.3.2",
"morgan": "^1.5.2",
"multer": "^0.1.8",
"socket.io": "^1.3.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"jspm": "^0.16.51"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.15",
"autolinker": "npm:autolinker@^0.17.1",
"jquery": "github:components/jquery@^2.1.3",
"moment": "github:moment/moment@^2.10.2",
"text": "github:systemjs/plugin-text@^0.0.2",
"underscore": "npm:underscore@^1.8.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1"
}
}
}