concurrent
Version:
Promises/A+ with Scala awesomeness
38 lines (37 loc) • 870 B
JSON
{
"name": "concurrent",
"version": "0.3.2",
"description": "Promises/A+ with Scala awesomeness",
"main": "index.js",
"scripts": {
"test": "mocha test/*_spec.js --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/pspeter3/concurrent.git"
},
"keywords": [
"promises",
"aplus",
"scala",
"futures",
"concurrent",
"async"
],
"author": "Phips Peter",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "de0a26f9add46f5687715e848f93d915680ae728",
"devDependencies": {
"promises-aplus-tests": "*",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"chai-spies": "~0.5.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-gh-pages": "~0.7.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-shell": "~0.3.1",
"grunt-contrib-uglify": "~0.2.2"
}
}