mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
b3facbf84f
commit
04cde39657
1 changed files with 12 additions and 11 deletions
23
package.json
23
package.json
|
@ -40,12 +40,12 @@
|
|||
"express": "4.13.4",
|
||||
"express-hbs": "1.0.0",
|
||||
"extract-zip": "1.5.0",
|
||||
"fs-extra": "0.26.5",
|
||||
"fs-extra": "0.30.0",
|
||||
"ghost-gql": "0.0.4",
|
||||
"glob": "5.0.15",
|
||||
"html-to-text": "1.6.0",
|
||||
"intl": "1.0.1",
|
||||
"intl-messageformat": "1.2.0",
|
||||
"html-to-text": "2.1.0",
|
||||
"intl": "1.1.0",
|
||||
"intl-messageformat": "1.3.0",
|
||||
"jsonpath": "0.2.2",
|
||||
"knex": "0.10.0",
|
||||
"lodash": "3.10.1",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"rss": "1.2.1",
|
||||
"semver": "5.1.0",
|
||||
"showdown-ghost": "0.3.6",
|
||||
"sqlite3": "3.1.1",
|
||||
"sqlite3": "3.1.3",
|
||||
"unidecode": "0.1.8",
|
||||
"validator": "5.2.0",
|
||||
"xml": "1.0.1"
|
||||
|
@ -93,15 +93,15 @@
|
|||
"grunt-shell": "1.3.0",
|
||||
"grunt-update-submodules": "0.4.1",
|
||||
"istanbul": "0.4.3",
|
||||
"jscs-jsdoc": "1.3.1",
|
||||
"matchdep": "1.0.0",
|
||||
"jscs-jsdoc": "1.3.2",
|
||||
"matchdep": "1.0.1",
|
||||
"mocha": "2.4.5",
|
||||
"nock": "7.1.0",
|
||||
"nock": "8.0.0",
|
||||
"rewire": "2.5.1",
|
||||
"should": "8.2.1",
|
||||
"should": "8.3.1",
|
||||
"should-http": "0.0.4",
|
||||
"sinon": "1.17.3",
|
||||
"supertest": "1.1.0",
|
||||
"supertest": "1.2.0",
|
||||
"tmp": "0.0.28",
|
||||
"top-gh-contribs": "2.0.3"
|
||||
},
|
||||
|
@ -113,7 +113,8 @@
|
|||
"mysql",
|
||||
"nodemailer",
|
||||
"pg",
|
||||
"showdown-ghost"
|
||||
"showdown-ghost",
|
||||
"jscs-jsdoc"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue