cassowary
Version:
A fast, modern JavaScript version of the Cassowary hierarchial linear constraint solver
36 lines (35 loc) • 881 B
JSON
{
"name" : "cassowary",
"description": "A fast, modern JavaScript version of the Cassowary hierarchial linear constraint solver",
"author": "Alex Russell <slightlyoff@chromium.org>",
"version" : "0.0.2",
"license": "LGPL",
"main": "./bin/c.js",
"url": "https://github.com/slightlyoff/cassowary-js-refactor",
"repository" : {
"type" : "git",
"url" : "https://github.com/slightlyoff/cassowary-js-refactor.git"
},
"contributors": [
{
"name": "Alex Russell",
"email": "slightlyoff@chromium.org",
"url": "http://infrequently.org"
},
{
"name": "Greg J. Badros",
"url": "http://www.badros.com/greg/"
}
],
"scripts": {
"test": "cd tests; mocha *-test.js"
},
"dependencies": {
},
"devDependencies": {
"pegjs" : "*",
"mocha": "*",
"chai": "*"
},
"engines" : { "node" : ">=0.8.x" }
}