mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"name": "jspm-loader",
|
|
"version": "0.2.1",
|
|
"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.3.0"
|
|
},
|
|
"files": ["loader.js"]
|
|
}
|