transactional
Version:
Reactive objects with transactional updates and automatic serialization
23 lines (22 loc) • 543 B
JSON
{
"name": "nestedtypes-regression",
"version": "1.0.0",
"description": "Regression tests from NestedTypes 1.3",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vlad \"Gaperton\" Balin",
"license": "MIT",
"devDependencies": {
"backbone": "^1.3.3",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"jquery": "^3.1.0",
"mocha": "^2.5.3",
"requirejs": "^2.2.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"underscore": "^1.8.3"
}
}