2015-07-26 15:32:10 +02:00
|
|
|
{
|
|
|
|
"jspm": {
|
|
|
|
"main": "index",
|
|
|
|
"directories": {
|
|
|
|
"lib": "src"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-29 00:35:53 +02:00
|
|
|
"casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master",
|
2015-07-26 15:32:10 +02:00
|
|
|
"clipper-lib": "npm:clipper-lib@^1.0.0",
|
|
|
|
"nodeca/js-yaml": "github:nodeca/js-yaml@^3.3.1",
|
|
|
|
"read-yaml": "npm:read-yaml@^1.0.0",
|
|
|
|
"systemjs/plugin-json": "github:systemjs/plugin-json@^0.1.0",
|
2015-10-14 17:11:29 +02:00
|
|
|
"three.js": "github:mrdoob/three.js@r72"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "npm:babel-core@^5.1.13",
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.1.13",
|
|
|
|
"core-js": "npm:core-js@^0.9.4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|