added dependencies

This commit is contained in:
casperlamboo 2015-07-16 16:07:21 +02:00
parent 4b6ccdebed
commit c1cd8ba259
1 changed files with 9 additions and 1 deletions

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",