forked from howlowck/rwdwire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 850 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 850 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
33
34
35
36
37
38
{
"name": "RWDWire-Two",
"version": "0.2.0",
"main": "index.html",
"dependencies": {
"requirejs": ">=0.0.1",
"jquery": ">=0.0.1",
"underscore": ">=0.0.1",
"backbone": ">=0.0.1",
"jquery-timeago": ">=0.0.1",
"CKEditor": "git://github.com/ckeditor/ckeditor-releases.git",
"scss-mixins": ">=0.0.1",
"highlightjs": ">=0.0.1",
"angular": "~1.3.0",
"angular-ui-router": "~0.2.11",
"angular-bootstrap": "~0.11.2",
"bootstrap": "~3.2.0"
},
"homepage": "https://github.com/Gabs00/rwdwire",
"authors": [
"Gabs00 <gewen87@gmail.com>"
],
"description": "Responsive Wireframes",
"keywords": [
"javascript",
"fullstack",
"wireframe"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/assets",
"test",
"tests"
]
}