forked from coolaj86/walnut.js
		
	Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5338f38195 | |||
| 0819e7d133 | |||
| bb48c635e2 | 
@ -53,7 +53,7 @@ Installation
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
We're still in a stage where the installation generally requires many manual steps.
 | 
					We're still in a stage where the installation generally requires many manual steps.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
``bash
 | 
					```bash
 | 
				
			||||||
curl https://git.daplie.com/Daplie/walnut.js/raw/v1.2/installer/get.sh | bash
 | 
					curl https://git.daplie.com/Daplie/walnut.js/raw/v1.2/installer/get.sh | bash
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -42,7 +42,7 @@
 | 
				
			|||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "bluebird": "3.x",
 | 
					    "bluebird": "3.x",
 | 
				
			||||||
    "body-parser": "1.x",
 | 
					    "body-parser": "1.x",
 | 
				
			||||||
    "cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2",
 | 
					    "cluster-store": "2.0.x",
 | 
				
			||||||
    "connect": "3.x",
 | 
					    "connect": "3.x",
 | 
				
			||||||
    "connect-cors": "0.5.x",
 | 
					    "connect-cors": "0.5.x",
 | 
				
			||||||
    "connect-recase": "^1.0.2",
 | 
					    "connect-recase": "^1.0.2",
 | 
				
			||||||
@ -57,17 +57,17 @@
 | 
				
			|||||||
    "jwk-to-pem": "^1.2.6",
 | 
					    "jwk-to-pem": "^1.2.6",
 | 
				
			||||||
    "mailchimp-api-v3": "^1.7.0",
 | 
					    "mailchimp-api-v3": "^1.7.0",
 | 
				
			||||||
    "mandrill-api": "^1.0.45",
 | 
					    "mandrill-api": "^1.0.45",
 | 
				
			||||||
    "masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git",
 | 
					    "masterquest-sqlite3": "1.0.x",
 | 
				
			||||||
    "mkdirp": "^0.5.1",
 | 
					    "mkdirp": "^0.5.1",
 | 
				
			||||||
    "multiparty": "^4.1.3",
 | 
					    "multiparty": "^4.1.3",
 | 
				
			||||||
    "nodemailer": "^1.4.0",
 | 
					    "nodemailer": "^1.4.0",
 | 
				
			||||||
    "nodemailer-mailgun-transport": "1.x",
 | 
					    "nodemailer-mailgun-transport": "1.x",
 | 
				
			||||||
    "oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git",
 | 
					    "oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git",
 | 
				
			||||||
    "recase": "^1.0.4",
 | 
					    "recase": "^1.0.4",
 | 
				
			||||||
    "request": "^2.81.0",
 | 
					    "request": "^2.81.0",
 | 
				
			||||||
    "scmp": "^2.0.0",
 | 
					    "scmp": "^2.0.0",
 | 
				
			||||||
    "serve-static": "1.x",
 | 
					    "serve-static": "1.x",
 | 
				
			||||||
    "sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
 | 
					    "sqlite3-cluster": "2.1.x",
 | 
				
			||||||
    "stripe": "^4.22.0",
 | 
					    "stripe": "^4.22.0",
 | 
				
			||||||
    "twilio": "1.x"
 | 
					    "twilio": "1.x"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user