-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.15 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "namm",
"version": "1.0.62",
"description": "Node Angular Mongo Module SPA Framework",
"main": "index.js",
"dependencies": {
"async": "^2.0.1",
"blueimp-md5": "^2.3.0",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"connect-mongo": "^1.3.2",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.14.0",
"mailgun-js": "^0.7.12",
"mongoose": "^4.5.9",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"serve-favicon": "^2.3.0",
"sockjs": "^0.3.17",
"underscore": "^1.8.3"
},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melnx/namm.git"
},
"keywords": [
"node",
"angular",
"mongo",
"SPA",
"framework",
"REST",
"API",
"authentication",
"recurring billing",
"single page application",
"analytics",
"node.js",
"nodejs",
"angularjs"
],
"author": "melnx",
"license": "ISC",
"bugs": {
"url": "https://github.com/melnx/namm/issues"
},
"homepage": "https://github.com/melnx/namm#readme"
}