Files
espocrm/package.json
Yuri Kuznetsov 168077ad1b version
2020-04-02 16:20:03 +03:00

33 lines
785 B
JSON

{
"name": "espocrm",
"version": "5.9.0",
"description": "",
"main": "index.php",
"repository": {
"type": "git",
"url": "git://github.com/espocrm/espocrm.git"
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^3.1.1",
"fstream": ">=1.0.12",
"grunt": "^1.0.4",
"grunt-chmod": "~1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-mkdir": "~1.0.0",
"grunt-replace": "~1.0.1",
"js-yaml": "^3.13.1",
"pofile": "~1.0.11",
"minimist": ">=1.2.2",
"lodash": ">=4.17.12",
"tar": "^4.4.8"
},
"dependencies": {}
}