mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
921ceb7be7
closes #2368 - Remove Ruby dependency (Gemfiles) - Remove sass/fonts from core/client/assets/ - Add copy task to Gruntfile to copy over ghost-ui assets - Install Ghost-UI via bower - Changed .npmignore/.gitignore - Remove grunt-contrib-sass dependency - Remove mentions of Ruby in CONTRIBUTING.md
22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "ghost",
|
|
"dependencies": {
|
|
"backbone": "1.0.0",
|
|
"codemirror": "3.15.0",
|
|
"Countable": "2.0.2",
|
|
"fastclick": "1.0.0",
|
|
"ghost-ui": "0.1.0",
|
|
"handlebars.js": "1.0.0",
|
|
"iCheck": "1.0.1",
|
|
"jquery": "1.11.0",
|
|
"jquery-file-upload": "9.5.6",
|
|
"jquery-hammerjs": "1.0.1",
|
|
"jquery-ui": "1.10.4",
|
|
"lodash": "2.4.1",
|
|
"moment": "2.4.0",
|
|
"nprogress": "0.1.2",
|
|
"showdown": "0.3.1",
|
|
"validator-js": "3.4.0"
|
|
}
|
|
}
|