@delonnewman/atom
Version:
Shared, synchronous, independent state - Clojure Atoms for Javascript
35 lines (34 loc) • 799 B
JSON
{
"name": "@delonnewman/atom",
"version": "0.2.1",
"description": "Shared, synchronous, independent state - Clojure Atoms for Javascript",
"main": "atom.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delonnewman/atomjs.git"
},
"keywords": [
"clojure",
"atom",
"concurrency",
"concurrent",
"functional",
"functional-programming",
"state",
"shared-state",
"synchronous"
],
"author": "Christian Johansen, Delon Newman",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/delonnewman/atomjs/issues"
},
"homepage": "https://github.com/delonnewman/atomjs#readme",
"devDependencies": {
"jasmine": "^3.5.0",
"uglify-js": "^3.7.6"
}
}