0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-11-05 04:33:24 +01:00

added dependencies

This commit is contained in:
casperlamboo 2015-07-16 16:07:21 +02:00
parent 4b6ccdebed
commit c1cd8ba259

View File

@ -6,7 +6,15 @@
"lib": "src"
},
"dependencies": {
"jquery": "github:components/jquery@^2.1.4"
"jquery": "github:components/jquery@^2.1.4",
"config-API": "src/configapi",
"info-API": "src/infoapi",
"network-API": "src/networkapi",
"printer-API": "src/printerapi",
"rest-API": "src/restapi",
"sketch-API": "src/sketchapi",
"system-API": "src/systemapi",
"update-API": "src/updateapi"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",