Browse Source

make a more legit package.json

pull/1/head
Brett Langdon 12 years ago
parent
commit
41fbb01d56
1 changed files with 22 additions and 4 deletions
  1. +22
    -4
      package.json

+ 22
- 4
package.json View File

@ -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"
}
} }

Loading…
Cancel
Save