mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "cappuccino",
|
|
"version": "1.0.0",
|
|
"description": "[](https://travis-ci.org/cappuccino/cappuccino) [](https://gitter.im/cappuccino/cappuccino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@types/node": "^15.12.4",
|
|
"grunt": "^1.4.1",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"terser": "^5.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cappuccino/cappuccino.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/cappuccino/cappuccino/issues"
|
|
},
|
|
"homepage": "https://github.com/cappuccino/cappuccino#readme",
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.0",
|
|
"glob": "^7.1.7",
|
|
"jake": "file:../jake",
|
|
"objj-runtime": "file:../objj-runtime"
|
|
}
|
|
}
|