forked from Eureka-Project/Eureka-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
39
40
41
{
"name": "eureka-project",
"version": "1.0.0",
"description": "a daily link sharing app",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eureka-Project/Eureka-Project.git"
},
"author": "Eureka Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eureka-Project/Eureka-Project/issues"
},
"homepage": "https://github.com/Eureka-Project/Eureka-Project#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"cheerio": "^0.19.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"jwt-simple": "^0.4.0",
"mongodb": "2.0.52",
"mongoose": "4.3.1",
"node-uuid": "^1.4.7",
"nodemon": "^1.8.1",
"q": "^1.4.1",
"request": "^2.67.0"
}
}