mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
17 lines
335 B
JSON
17 lines
335 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-jake": "1.0.1",
|
|
"objj-runtime": "file:../objj-runtime"
|
|
}
|
|
}
|