2015-07-26 15:32:10 +02:00
|
|
|
{
|
|
|
|
"jspm": {
|
2016-07-18 18:28:47 +02:00
|
|
|
"name": "slicer",
|
|
|
|
"main": "index.js",
|
2015-07-26 15:32:10 +02:00
|
|
|
"directories": {
|
|
|
|
"lib": "src"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-21 22:50:02 +02:00
|
|
|
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
|
2016-07-18 18:28:47 +02:00
|
|
|
"json": "github:systemjs/plugin-json@^0.1.2",
|
2016-08-19 14:46:02 +02:00
|
|
|
"three.js": "github:mrdoob/three.js@r75",
|
|
|
|
"worker": "github:casperlamboo/plugin-worker@master"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.1.13",
|
2016-08-26 21:43:46 +02:00
|
|
|
"core-js": "npm:core-js@^1.2.0",
|
2016-08-19 14:46:02 +02:00
|
|
|
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
|
|
|
|
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
|
|
|
|
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
|
|
|
|
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
|
2016-07-18 18:28:47 +02:00
|
|
|
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
|
2016-08-19 14:46:02 +02:00
|
|
|
"http": "github:jspm/nodelibs-http@^0.2.0-alpha",
|
|
|
|
"module": "github:jspm/nodelibs-module@^0.2.0-alpha",
|
|
|
|
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
|
|
|
|
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
|
|
|
|
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
|
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
|
|
|
|
"tty": "github:jspm/nodelibs-tty@^0.2.0-alpha",
|
|
|
|
"url": "github:jspm/nodelibs-url@^0.2.0-alpha",
|
|
|
|
"util": "github:jspm/nodelibs-util@^0.2.0-alpha",
|
|
|
|
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha"
|
2016-07-18 18:28:47 +02:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"npm:babel-runtime@5.8.38": {
|
|
|
|
"main": false,
|
|
|
|
"dependencies": {},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"core-js": "^1.2.0"
|
|
|
|
}
|
2016-08-19 14:46:02 +02:00
|
|
|
},
|
|
|
|
"npm:inherits@2.0.1": {
|
|
|
|
"ignore": [
|
|
|
|
"test.js"
|
|
|
|
]
|
2016-07-18 18:28:47 +02:00
|
|
|
}
|
2015-07-26 15:32:10 +02:00
|
|
|
}
|
2016-08-19 14:05:30 +02:00
|
|
|
},
|
2016-08-26 21:43:46 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"jspm": "^0.17.0-beta.28"
|
2015-07-26 15:32:10 +02:00
|
|
|
}
|
|
|
|
}
|