forked from wsick/Fayde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
40 lines (40 loc) · 804 Bytes
/
.bower.json
File metadata and controls
40 lines (40 loc) · 804 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
39
40
{
"name": "fayde",
"version": "0.19.7",
"main": "dist/fayde.js",
"homepage": "http://fayde.wsick.com",
"authors": [
"BSick7 <brad.sickles@gmail.com>"
],
"ignore": [
"build",
"litmus",
"proto",
"stress",
"test",
"testsite",
"Tools",
"bower.json",
"package.json",
"Gruntfile.js"
],
"dependencies": {
"minerva": "~0.7.2",
"nullstone": "~0.4.4",
"requirejs": "~2.1.15",
"requirejs-text": "~2.0.12",
"perfex": "~0.1.0"
},
"devDependencies": {
"qunit": "~1.18.0"
},
"_release": "0.19.7",
"_resolution": {
"type": "version",
"tag": "0.19.7",
"commit": "8e9f37dba36a76ca008c20f3d77e42db3c6732e0"
},
"_source": "git://github.com/wsick/Fayde.git",
"_target": "~0.19.0",
"_originalSource": "fayde"
}