atoms
Version:
A port of Clojure's Atom to javascript.
30 lines (29 loc) • 573 B
JSON
{
"name": "atoms",
"version": "0.2.0",
"description": "A port of Clojure's Atom to javascript.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com/teemualap/atoms.git"
},
"keywords": [
"react",
"clojure",
"om",
"atom",
"immutable"
],
"author": "Teemu Alapoikela",
"license": "MIT",
"bugs": {
"url": "https://github.com/teemualap/atoms/issues"
},
"homepage": "https://github.com/teemualap/atoms",
"devDependencies": {
"mocha": "^2.1.0"
}
}