mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
e4bb6d08cc
Closes #1379 - Convert to new api usage for both server-side and client-side - Provide way require a negative response for boolean methods in default-settings.json - Add field validation functional tests - Settings (General) - Title length validation - Description length validation - postsPerPage, numeric, min, max - Settings (User) - Bio Length validation - Location length validation - Url validation - Login - Email validation - Editor - Title required validation
21 lines
514 B
JSON
21 lines
514 B
JSON
{
|
|
"name": "ghost",
|
|
"dependencies": {
|
|
"jquery": "1.11.0",
|
|
"jquery-file-upload": "9.5.6",
|
|
"jquery-hammerjs": "1.0.1",
|
|
"jquery-ui": "1.10.4",
|
|
"showdown": "0.3.1",
|
|
"codemirror": "3.15.0",
|
|
"backbone": "1.0.0",
|
|
"handlebars.js": "1.0.0",
|
|
"lodash": "2.4.1",
|
|
"moment": "2.4.0",
|
|
"iCheck": "1.0.1",
|
|
"nprogress": "0.1.2",
|
|
"fastclick": "1.0.0",
|
|
"Countable": "2.0.2",
|
|
"validator-js": "3.4.0"
|
|
}
|
|
}
|