-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 834 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 834 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
35
36
37
{
"name": "backchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node ./bin/www",
"build-css": "./bin/build-css",
"watch-css": "./bin/watch-css"
},
"author": "",
"license": "ISC",
"dependencies": {
"backbone": "^1.3.3",
"body-parser": "^1.12.4",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"express": "~4.12.4",
"jquery": "^3.1.1",
"mongodb": "^2.2.10",
"mongoose": "^4.6.1",
"morgan": "^1.5.3",
"pusher": "^1.5.0",
"serve-favicon": "^2.2.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"jasmine": "^2.5.2",
"jasmine-matchers": "^0.2.3",
"node-sass": "^3.10.1",
"nodemon": "^1.10.2"
}
}