UNPKG

promise-zy

Version:

A simple implementation of Promies/A+

36 lines (35 loc) 877 B
{ "name": "promise-zy", "version": "0.0.4", "description": "A simple implementation of Promies/A+", "main": "dist/promise.js", "directories": { "test": "test" }, "scripts": { "uglify": "uglifyjs --compress --mangle --output dist/promise.min.js -- dist/promise.js", "test": "node test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/JALBAA/promise-zy.git" }, "keywords": [ "promise", "promise-aplus" ], "author": "jalbaa", "license": "MIT", "bugs": { "url": "https://github.com/JALBAA/promise-zy/issues" }, "homepage": "https://github.com/JALBAA/promise-zy#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "promises-aplus-tests": "^2.1.2", "uglify-js": "^3.3.21", "webpack": "^3.11.0" } }