| @ -1,8 +1,26 @@ | |||||
| { | { | ||||
| "name": "brett.is", | |||||
| "version": "0.1.0", | |||||
| "description": "Personal blog of Brett Langdon", | |||||
| "main": "", | |||||
| "private": true, | |||||
| "dependencies": { | "dependencies": { | ||||
| "moment": "2.3.x", | |||||
| "underscore": "1.4.x", | |||||
| "typogr": "0.5.x" | |||||
| "moment": "~2.3.1", | |||||
| "typogr": "~0.5.2", | |||||
| "underscore": "~1.4.4", | |||||
| "wintersmith": "~2.0.8" | |||||
| }, | }, | ||||
| "repository": "none" | |||||
| "devDependencies": {}, | |||||
| "scripts": { | |||||
| "test": "echo \"Error: no test specified\" && exit 1" | |||||
| }, | |||||
| "repository": { | |||||
| "type": "git", | |||||
| "url": "git://github.com/brettlangdon/brett.is.git" | |||||
| }, | |||||
| "author": "Brett Langdon <brett@blangdon.com> (http://brett.is)", | |||||
| "license": "MIT", | |||||
| "bugs": { | |||||
| "url": "https://github.com/brettlangdon/brett.is/issues" | |||||
| } | |||||
| } | } | ||||