2015-07-15 15:06:18 +02:00
|
|
|
{
|
|
|
|
"jspm": {
|
2016-07-19 11:16:34 +02:00
|
|
|
"name": "Doodle3D-API",
|
|
|
|
"main": "index.js",
|
2015-07-15 17:11:14 +02:00
|
|
|
"directories": {
|
|
|
|
"lib": "src"
|
|
|
|
},
|
2015-07-15 15:06:18 +02:00
|
|
|
"dependencies": {
|
2016-07-19 11:19:53 +02:00
|
|
|
"EventDispatcher": "github:mrdoob/eventdispatcher.js@^1.0.0",
|
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-runtime": "npm:babel-runtime@^5.1.13",
|
2016-07-19 11:16:34 +02:00
|
|
|
"core-js": "npm:core-js@^1.2.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
|
|
|
|
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
|
|
|
|
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12",
|
|
|
|
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
|
2015-07-23 16:12:11 +02:00
|
|
|
"traceur": "github:jmcriffey/bower-traceur@0.0.90",
|
|
|
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90"
|
2016-07-19 11:16:34 +02:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"github:components/jquery@2.2.4": {
|
|
|
|
"main": "jquery"
|
|
|
|
},
|
|
|
|
"github:jmcriffey/bower-traceur-runtime@0.0.90": {
|
|
|
|
"format": "global",
|
|
|
|
"meta": {
|
|
|
|
"traceur-runtime.js": {
|
|
|
|
"exports": "$traceurRuntime",
|
|
|
|
"format": "global"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jmcriffey/bower-traceur@0.0.90": {
|
|
|
|
"format": "global",
|
|
|
|
"meta": {
|
|
|
|
"traceur.js": {
|
|
|
|
"exports": "traceur",
|
|
|
|
"format": "global"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:babel-runtime@5.8.38": {
|
|
|
|
"main": false,
|
|
|
|
"dependencies": {},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"core-js": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|
2015-07-15 15:06:18 +02:00
|
|
|
}
|
2016-08-19 15:36:21 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"jspm": "^0.17.0-beta.25"
|
2015-07-15 17:11:14 +02:00
|
|
|
}
|
2015-07-15 15:06:18 +02:00
|
|
|
}
|