UNPKG

1.02 kBJSONView Raw
1{
2 "name": "promise-polyfill",
3 "version": "6.0.1",
4 "description": "Lightweight promise polyfill. A+ compliant",
5 "main": "promise.js",
6 "scripts": {
7 "test": "eslint promise.js && mocha && karma start --single-run",
8 "build": "uglifyjs --compress --mangle -o promise.min.js -- promise.js "
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git"
13 },
14 "author": "Taylor Hakes",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/taylorhakes/promise-polyfill/issues"
18 },
19 "homepage": "https://github.com/taylorhakes/promise-polyfill",
20 "devDependencies": {
21 "eslint": "^2.4.0",
22 "karma": "^0.13.19",
23 "karma-browserify": "^4.4.2",
24 "karma-chrome-launcher": "^0.2.2",
25 "karma-mocha": "^0.2.1",
26 "mocha": "^2.3.4",
27 "promises-aplus-tests": "*",
28 "sinon": "^1.17.2",
29 "uglify-js": "^2.6.2"
30 },
31 "keywords": [
32 "promise",
33 "promise-polyfill",
34 "ES6",
35 "promises-aplus"
36 ],
37 "dependencies": {}
38}