2015-07-15 15:06:18 +02:00
|
|
|
{
|
|
|
|
"jspm": {
|
2015-07-23 16:39:24 +02:00
|
|
|
"main": "./index.js",
|
2015-07-15 17:11:14 +02:00
|
|
|
"directories": {
|
|
|
|
"lib": "src"
|
|
|
|
},
|
2015-07-15 15:06:18 +02:00
|
|
|
"dependencies": {
|
2015-07-24 13:15:00 +02:00
|
|
|
"casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master",
|
2015-07-24 17:37:01 +02:00
|
|
|
"github/fetch": "github:github/fetch@^0.9.0",
|
|
|
|
"jquery": "github:components/jquery@^2.1.4"
|
2015-07-15 15:06:18 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "npm:babel-core@^5.1.13",
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.1.13",
|
2015-07-23 16:12:11 +02:00
|
|
|
"core-js": "npm:core-js@^0.9.4",
|
|
|
|
"traceur": "github:jmcriffey/bower-traceur@0.0.90",
|
|
|
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90"
|
2015-07-15 15:06:18 +02:00
|
|
|
}
|
2015-07-15 17:11:14 +02:00
|
|
|
}
|
2015-07-15 15:06:18 +02:00
|
|
|
}
|