promised-redmine
Version:
Redmine Rest API Client for node.js with Promises/A+ compliance
37 lines (36 loc) • 590 B
JSON
{
"name": "D.js",
"version": "0.7.5",
"homepage": "https://github.com/malko/D.js",
"authors": [
"malko <jgotti@jgotti.org>"
],
"description": "a tiny promise/A+ library",
"main": "lib/D.min.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"Promises",
"A+",
"Promises-aplus",
"promise",
"then",
"async"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gh-pages",
"test",
"tests",
".jscsrc",
".npmignore",
".travis.yml",
"gruntfile.js"
]
}