github-api-transactional
Version:
A transactions addon for the Github.js javascript SDK
20 lines • 540 B
JSON
{
"name": "github-api-transactional",
"version": "1.0.3",
"description": "A transactions addon for the Github.js javascript SDK",
"homepage": "https://github-api-transactional.projects.codezero.xyz",
"repository": "niranjan94/github-api-transactional",
"author": "Niranjan Rajendran <me@niranjan.io>",
"license": "GPL-3.0+",
"keywords": [
"github",
"github.js",
"github-api"
],
"main": "index.js",
"jsnext:main": "index.es.js",
"dependencies": {
"babel-runtime": "^6.11.6",
"uuid": "^3.2.1"
}
}