-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 906 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
{
"name": "node-mylesshannon-me",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"feedparser": "^1.1.5",
"glob": "^6.0.4",
"googleapis": "^13.0.0",
"htmlparser2": "^3.9.1",
"jade": "^1.11.0",
"method-override": "^2.3.0",
"mongoose": "^4.6.1",
"morgan": "^1.6.1",
"njwt": "^0.3.1",
"node-schedule": "^1.2.0",
"request": "^2.75.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-develop": "^0.4.0",
"load-grunt-tasks": "^3.2.0",
"node-mongo-seeds": "^2.3.0",
"request": "^2.60.0",
"time-grunt": "^1.2.1"
}
}