-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 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
40
41
42
43
{
"name": "blogger",
"version": "1.0.0",
"description": "Blogging app in MEAN stack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs-folder clientApp -y -o public/js/BloggerApp.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbmira01/Blogger.git"
},
"keywords": [
"blog",
"html",
"mongo",
"express",
"angular",
"node"
],
"author": "Calvin Miracle",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbmira01/Blogger/issues"
},
"homepage": "https://github.com/cbmira01/Blogger#readme",
"dependencies": {
"angular": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-route": "^1.6.1",
"body-parser": "^1.16.0",
"commander": "^2.9.0",
"express": "^4.14.1",
"foundation-sites": "^6.3.1",
"http-status-codes": "^1.1.6",
"jquery": "^3.1.1",
"mongoose": ">=5.7.5",
"uglifyjs": "^2.4.10",
"uglifyjs-folder": "^1.1.0",
"upath": "^1.0.0"
}
}