mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "cappuccino",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"@types/node": "^15.12.4",
|
|
"grunt": "^1.4.1",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"terser": "^5.7.0"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^7.1.7",
|
|
"objj-fontinfo": "file:../objj-fontinfo",
|
|
"objj-imagesize": "file:../objj-imagesize",
|
|
"objj-jake": "1.0.2",
|
|
"objj-runtime": "file:../objj-runtime",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|