-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 871 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "hackflowy",
"description": "A simple WorkFlowy clone",
"main": "public/javascripts/app.js",
"version": "0.0.3",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"socket.io-client": "~1.4.5",
"text": "requirejs-text#~2.0.14",
"jquery": "~2.2.0",
"backbone": "~1.2.3",
"requirejs": "~2.1.22",
"modernizr": "http://modernizr.com/download/?-inlinesvg-svg-svgclippaths-touch-shiv-mq-cssclasses-teststyles-prefixes-ie8compat-load.zip",
"localforage": "~1.3.3",
"localforage-backbone": "~0.6.2",
"normalize-css": "normalize.css#~3.0.3",
"backbone.marionette": "~2.4.4",
"underscore": "~1.8.3",
"foundation-sites": "~6.1.2",
"foundation-icon-fonts": "*"
},
"resolutions": {
"jquery": "^1.8.0 || ^2.0.0"
}
}