added package.json

This commit is contained in:
guybedford 2013-08-15 07:17:53 +02:00
parent 012eecf118
commit e9129d161b

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "jspm-loader",
"version": "0.0.0",
"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",
}