transactional
Version:
Reactive objects with transactional updates and automatic serialization
39 lines (38 loc) • 901 B
JSON
{
"name": "transactional",
"version": "1.0.0-0",
"description": "Reactive objects with transactional updates and automatic serialization",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha",
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaperton/TransactionalJS.git"
},
"keywords": [
"model",
"backbone",
"data",
"nestedtypes",
"schema",
"serialization"
],
"author": "Vlad Balin",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaperton/TransactionalJS/issues"
},
"homepage": "https://github.com/gaperton/TransactionalJS#readme",
"devDependencies": {
"ts-loader": "^0.8.2",
"source-map-loader" : "*",
"typescript": "^1.8.10",
"webpack": "^1.13.0"
}
}