package.json 253 Bytes
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "name": "bla",
  "description": "fixture",
  "version": "0.0.1",
  "main": "index.js",
  "dependencies": {
    "underscore": "1.3.1"
  },
  "devDependencies": {
    "mkdirp": "*"
  },
  "repository": "git://github.com/robertkowalski/bogusfixture"
}