mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "jspm-loader",
|
|
"version": "0.1.2",
|
|
"description": "AMD, CommonJS and ES6 module loader",
|
|
"main": "loader.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jspm/jspm-loader"
|
|
},
|
|
"author": "Guy Bedford",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-module-loader": "~0.2.4"
|
|
}
|
|
}
|