{
  "name": "space",
  "version": "0.22.2",
  "description": "A lightweight language for objects",
  "main": "./space.min.js",
  "scripts": {
    "test": "node tests/node-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/breck7/space"
  },
  "keywords": "space",
  "devDependencies": {
    "qunit": "~0.5.1",
    "mime": ">=0.0.1"
  },
  "author": "Breck Yunits",
  "contributors": "Ben Zulauf",
  "license": "MIT"
}