mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 04:33:24 +01:00
added dependencies
This commit is contained in:
parent
4b6ccdebed
commit
c1cd8ba259
10
package.json
10
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user