transfer.sh/bower.json

26 lines
609 B
JSON
Raw Normal View History

2014-10-16 20:01:43 +02:00
{
"name": "transfer.sh",
"version": "0.0.0",
"moduleType": [
"node"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"transfersh-web/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.0.0",
"modernizr": "~2.6.2",
2014-10-16 21:25:04 +02:00
"uri.js": "~1.14.1",
2014-10-20 16:50:03 +02:00
"typed.js": "https://github.com/mattboldt/typed.js.git",
"realistic-typewriter.js": "https://github.com/fardjad/realistic-typewriter.js.git",
"animate.less": "*",
"jquery-waypoints": "https://github.com/imakewebthings/jquery-waypoints.git#~2.0.5"
2014-10-16 20:01:43 +02:00
}
}