mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 04:33:24 +01:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"jspm": {
|
|
"format": "es6",
|
|
"main": "doodle3dapi.js",
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|