Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Sep 16, 2012
1 parent 9dde299 commit f23d27a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name":"connect-force-domain",
"description":"Force all visitors onto a single domain",
"keywords":[
"name": "connect-force-domain",
"description": "Force all visitors onto a single domain",
"keywords": [
"no-www",
"rack",
"middleware",
"connect"
],
"main":"./lib/connect-force-domain",
"author":"George Ornbo <george@shapeshed.com> (http://shapeshed.com)",
"version":"0.1.0",
"engines":{
"node":">= 0.5.0 < 0.7.0"
"main": "./lib/connect-force-domain",
"author": "George Ornbo <george@shapeshed.com> (http://shapeshed.com)",
"version": "0.1.1",
"engines": {
"node": ">= 0.5.0 < 0.7.0"
},
"repository":{
"type":"git",
"url":"https://github.com/shapeshed/connect-force-domain.git"
"repository": {
"type": "git",
"url": "https://github.com/shapeshed/connect-force-domain.git"
},
"devDependencies":{
"mocha":">=0.14.1",
"connect":">=2.0.0"
"devDependencies": {
"mocha": ">=0.14.1",
"connect": ">=2.0.0"
},
"bugs":{
"url":"https://github.com/shapeshed/connect-force-domain/issues"
"bugs": {
"url": "https://github.com/shapeshed/connect-force-domain/issues"
},
"scripts":{
"test":"./node_modules/.bin/mocha"
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"licenses":[
"licenses": [
{
"type":"MIT",
"url":"https://github.com/shapeshed/connect-force-domain/raw/master/LICENSE"
"type": "MIT",
"url": "https://github.com/shapeshed/connect-force-domain/raw/master/LICENSE"
}
]
}

0 comments on commit f23d27a

Please sign in to comment.