Stamplay/stamplay-js-sdk

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "stamplay-js-sdk",
  "version": "2.1.4",
  "authors": [
    "Claudio Petrini",
    "Cristian Roselli"
  ],
  "main": "dist/stamplay.js",
  "license": "MIT",
  "ignore": [
    "node_modules",
    "bower_components",
    "grunt",
    "grunt-task",
    "tests"
  ],
  "dependencies": {
    "underscore": "~1.8.3",
    "store.js": "~1.3.17",
    "q": "1.4.1"
  },
  "devDependencies": {
    "mocha": "~1.21.4",
    "sinon": "1.9.0",
    "chai": "~1.9.1"
  },
  "keywords": [
    "stamplay-sdk",
    "stamplay"
  ],
  "homepage": "https://github.com/Stamplay/stamplay-js-sdk"
}