mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-04 20:33:22 +01:00
3e508cb862
solves https://github.com/Doodle3D/Doodle3D-API/issues/6 solves https://github.com/Doodle3D/Doodle3D-API/issues/7
21 lines
602 B
JSON
21 lines
602 B
JSON
{
|
|
"jspm": {
|
|
"main": "./index.js",
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"dependencies": {
|
|
"casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master",
|
|
"github/fetch": "github:github/fetch@^0.9.0",
|
|
"jquery": "github:components/jquery@^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "npm:babel-core@^5.1.13",
|
|
"babel-runtime": "npm:babel-runtime@^5.1.13",
|
|
"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"
|
|
}
|
|
}
|
|
}
|