This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.82 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "cacheservice",
"version": "3.0.8",
"description": "OpenShift Sample Application",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Alejo Next",
"email": "[email protected]",
"url": "http://alejonext.co/"
},
"homepage": "http://cache.watch/",
"repository": {
"type": "git",
"url": "[email protected]:cachewatch/app.git"
},
"engines": {
"node": ">=0.6.0",
"npm": ">=1.0.0"
},
"scripts": {
"start": "node bin",
"postinstall": "npm cache clean"
},
"dependencies": {
"angular": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-qrcode": "^6.1.3",
"angular-resource": "^1.5.0",
"angular-route": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-touch": "^1.5.0",
"angulartics": "^1.0.3",
"angulartics-google-analytics": "^0.1.4",
"async": "^1.5.2",
"base32": "0.0.6",
"blockchain.info": "1.3.0",
"body-parser": "^1.15.0",
"browserify": "^13.0.0",
"bundle-collapser": "^1.2.1",
"cachewatch-angular": "0.0.11",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"crypto": "0.0.3",
"express": "^4.13.4",
"jade": "^1.11.0",
"jstransformer-markdown-it": "^0.2.2",
"markdown": "^0.5.0",
"markdown-it": "^6.0.0",
"matchmedia": "^0.1.2",
"moment": "^2.11.2",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.4.3",
"mongoose-findorcreate": "^0.1.2",
"mongoose-json-select": "^0.2.1",
"mongoose-pages": "0.0.3",
"mongoose-types": "^1.0.3",
"ngsticky": "^1.7.12",
"node-qs-serialization": "0.0.2",
"node-sass": "^3.4.2",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"passport-hash": "^0.5.0",
"qrcode-generator": "^1.0.0",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"uglifyjs": "^2.4.10",
"underscore": "^1.8.3",
"underscore.string": "^3.2.3",
"vhost": "^3.0.2"
},
"main": "bin/index.js"
}