Improve scripts load system

This commit is contained in:
RainLoop Team 2016-05-20 03:04:15 +03:00
parent 58b9eed8e8
commit 72bf212f67
39 changed files with 916 additions and 411 deletions

View file

@ -0,0 +1,27 @@
{
"name": "es6-promise-polyfill",
"description": "Polyfill for ES6 Promise",
"version": "1.2.0",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "MIT",
"repository": "lahmatiy/es6-promise-polyfill",
"bugs": {
"url": "https://github.com/lahmatiy/es6-promise-polyfill/issues"
},
"main": "promise.js",
"dependencies": {
},
"devDependencies": {
"promises-aplus-tests": "*"
},
"scripts": {
"test": "promises-aplus-tests test/test-adapter"
},
"keywords": [
"es6",
"es2015",
"polyfill",
"promise",
"promises"
]
}