UNPKG

promisesds

Version:

ES6 Promises data structures and utils

33 lines (32 loc) 866 B
{ "name": "promisesds", "version": "1.1.0", "description": "ES6 Promises data structures and utils", "main": "src/app.js", "scripts": { "test": "prove -e 'node test/allTests.js' /t", "testtap": "node test/allTests.js", "build": "webpack src/app.js build/app.js", "watch": "webpack --watch src/app.js build/app.js", "release": "webpack -p src/app.js build/app.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/mmarinero/promisesDS.git" }, "keywords": [ "promise", "es6" ], "author": "Mario Marinero <mariomarinero@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/mmarinero/promisesDS/issues" }, "homepage": "https://github.com/mmarinero/promisesDS#readme", "devDependencies": { "qunitjs": "1.22.0", "qunit-tap": "1.5.0", "webpack": "^1.12.14" } }