UNPKG

solidstate

Version:

An observable REST client for Javascript with a dramatically simple & fluent API.

51 lines (50 loc) 1.22 kB
{ "name": "solidstate", "version": "0.8.8", "description": "An observable REST client for Javascript with a dramatically simple & fluent API.", "author": "Arborbridge Engineering <engineering@arborbridge.com>", "license": "Apache 2.0", "homepage": "https://github.com/kennknowles/solidstate.js", "keywords": [ "REST", "State machine", "Knockout" ], "issues": { "url": "https://github.com/arborbridge/solidstate.js/issues" }, "repository": { "type": "git", "url": "https://github.com/arborbridge/solidstate.js.git" }, "dependencies": { "amdefine": ">=0.1.0", "backbone": ">=1.1.0", "knockout": ">=2.2", "requirejs": ">=2.0", "underscore": ">=1.4", "URIjs": ">=1.10", "when": ">=2.0.1", "zoetropic": ">=0.2.6" }, "devDependencies": { "chai": ">=1.5.0", "claire": ">=0.3.2", "gulp": ">=3.8.4", "gulp-changed": "^0.3.0", "gulp-jsdoc": "^0.1.4", "gulp-jshint": "^1.6.2", "gulp-mocha": "^0.4.1", "istanbul": ">=0.1.34", "jshint": ">=2.0.1", "mocha": ">=1.9.0", "mocha-istanbul": ">=0.2.0" }, "files": [ "lib/" ], "main": "lib/solidstate", "scripts": { "test": "make test" } }