1
0
mirror of https://github.com/tomasvarg/systemjs-es2015-minimal.git synced 2026-03-01 08:28:49 +00:00
systemjs-es2015-minimal/package.json

24 lines
533 B
JSON

{
"name": "systemjs-es2015-minimal",
"version": "0.0.1",
"description": "A minimal SystemJS module loader setup with ES2015 support.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"systemjs",
"babel",
"es2015",
"starter",
"sample"
],
"author": "Tomas Varga <tomas.varga.cz@gmail.com>",
"license": "ISC",
"dependencies": {
"promise-polyfill": "^6.0.2",
"systemjs": "^0.20.18",
"systemjs-plugin-babel": "0.0.25"
}
}