{
  "name": "linen",
  "version": "0.3.40",
  "description": "Linen (line-in) maps API's to [bindable](/classdojo/bindable.js) `objects`, and `collections`. At [classdojo](http://classdojo.com), we use `linen` to abstract our API from front-end, so we don't necessarily depend on any sort of API while developing new components. This allows us to rapidly build prototypes which can be wired up later.",
  "main": "./lib/index.js",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/classdojo/linen.js.git"
  },
  "author": "",
  "license": "BSD",
  "readmeFilename": "README.md",
  "gitHead": "6d70af4f40bc26b101f7b9df6bc22731b59067c8",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.12.0",
    "benchmark": "~1.0.0",
    "browserify": "~2.26.0",
    "karma-script-launcher": "~0.1.0",
    "karma-chrome-launcher": "~0.1.0",
    "karma-firefox-launcher": "~0.1.0",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-jasmine": "~0.1.0",
    "karma-requirejs": "~0.1.0",
    "karma-coffee-preprocessor": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.0",
    "karma": "~0.10.0",
    "karma-mocha": "~0.1.0"
  },
  "dependencies": {
    "type-component": "0.0.1",
    "underscore": "~1.5.1",
    "async": "~0.2.9",
    "toarray": "0.0.1",
    "dref": "0.0.6",
    "hoist": "0.0.6",
    "outcome": "0.0.18",
    "comerr": "0.0.6",
    "factories": "0.0.3"
  }
}
