UNPKG

go-jsbox-ona

Version:

A vumi jsbox helper library for interacting with Ona

37 lines (36 loc) 821 B
{ "name": "go-jsbox-ona", "version": "0.1.1", "description": "A vumi jsbox helper library for interacting with Ona", "main": "src/index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/praekelt/go-jsbox-ona.git" }, "keywords": [ "vumi", "sandbox", "ona" ], "author": "Praekelt Foundation", "license": "BSD", "bugs": { "url": "https://github.com/praekelt/go-jsbox-ona/issues" }, "homepage": "https://github.com/praekelt/go-jsbox-ona", "dependencies": { "vumigo_v02": "~0.2", "q": "~0.9", "lodash": "~2.4.1" }, "devDependencies": { "grunt": "~0.4.4", "grunt-mocha-test": "~0.10.0", "grunt-contrib-watch": "~0.6.0", "grunt-contrib-jshint": "~0.9.2", "grunt-cli": "~0.1.13" } }