-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "impakt_cms",
"version": "1.0.0",
"description": "Simple CMS for creative types",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashcraft/Impakt_CMS.git"
},
"author": "DAshcraft",
"license": "ISC",
"bugs": {
"url": "https://github.com/dashcraft/Impakt_CMS/issues"
},
"homepage": "https://github.com/dashcraft/Impakt_CMS#readme",
"dependencies": {
"angular": "^1.5.7",
"angular-resource": "^1.5.7",
"angular-route": "^1.5.7",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cloudinary": "^1.4.1",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"connect-timeout": "^1.7.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"express-validator": "^2.20.8",
"fs": "0.0.2",
"html": "0.0.10",
"mongodb": "^2.2.4",
"mongoose": "^4.5.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-uglify": "^2.0.0"
}
}