-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "sourcefourth",
"version": "1.0.0",
"description": "SourceFourth is a CRM made with journalists in mind.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msteffan/sourceFourth.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/msteffan/sourceFourth/issues"
},
"homepage": "https://github.com/msteffan/sourceFourth#readme",
"dependencies": {
"angular": "^1.4.5",
"angular-resource": "^1.4.5",
"angular-route": "^1.4.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-session": "^1.11.3",
"handlebars": "^4.0.2",
"hbs": "^3.1.1",
"method-override": "^2.3.5",
"passport": "^0.3.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-sequelize": "^0.6.0",
"pg": "^4.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.6.0"
}
}