-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 744 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 744 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
{
"name": "bones",
"version": "0.10.0",
"description": "Bones",
"repository": {
"type": "git",
"url": "https://github.com/infinityplusone/bones.git"
},
"authors": [
"Jonathan \"Yoni\" Knoll"
],
"license": "LicenseRed-README.md",
"private": true,
"homepage": "https://github.com/infinityplusone/bones.git",
"main": "Gruntfile.js",
"moduleType": [],
"dependencies": {
"jquery": "*",
"jquery-enable": "*",
"lodash": "^4.11.1",
"lodash-inflection": "^1.3.2",
"requirejs": "^2.1.22",
"requirejs-text": "^2.0.12",
"brain": "git@github.com:infinityplusone/brain.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tasks"
]
}