This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/package.json
T
Yuri Kuznetsov f2a5474b4a version
2014-06-12 11:20:39 +03:00

22 lines
519 B
JSON

{
"name": "espocrm",
"version": "1.2.0",
"description": "",
"main": "index.php",
"repository": "",
"author": "",
"license": "GPL",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-replace": "~0.5.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-less": "~0.7.0",
"grunt-mkdir": "~0.1.1",
"grunt-contrib-compress": "~0.8.0"
}
}