123456789101112131415161718192021 |
- {
- "name": "easy-promise",
- "description": "Pnly Promises/A+ implementation",
- "main": "dist/easy-promise.js",
- "authors": [
- "cnwhy <w.why@163.com>"
- ],
- "license": "BSD-2-Clause",
- "keywords": [
- "promise"
- ],
- "homepage": "https://github.com/cnwhy/promise",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|