0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/bower.json
Fabian Becker cd74b0e232 Switch to bower for client assets.
fixes 
- Remove libraries from shared/vendor
- Remove libraries from client/assets/vendor
- Add bower to package.json and postinstall
- Add bower.json with dependencies
- Add scripts from bower_components to concat/uglify
- Fix tests
- Serve jquery from /ghost/built/theme/
2014-03-04 20:09:26 +00:00

20 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": "1.5.1"
}
}