-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 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
{
"name": "seams",
"version": "0.0.0",
"description": "A basic CMS",
"repository": {
"type": "git",
"url": "https://github.com/GaryKertis/seams.git"
},
"dependencies": {
"q": "1.4.1",
"request": "2.66.0",
"request-debug": "0.2.0",
"grunt": "0.4.5",
"grunt-text-replace": "0.4.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-angular-templates": "0.5.7",
"concat-files": "0.1.0",
"mongodb": "2.0.42",
"express": "4.13.3",
"multer": "1.0.3",
"body-parser": "1.13.3",
"mongoose": "4.1.6",
"express-session": "1.11.3",
"passport": "0.3.0",
"passport-local": "1.0.0",
"bcryptjs": "2.0.0",
"connect-flash": "0.1.1",
"jade": "1.11.0",
"serve-favicon": "2.3.0",
"csvtojson": "0.3.14",
"angular-filter": "0.5.1",
"lodash": "~3.6.0",
"csv": "0.4.5",
"moment": "2.10.6"
}
}