forked from onepercentclub/onepercentclub-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
32 lines (32 loc) · 1007 Bytes
/
bower.json
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": "onepercentclub-site",
"version": "0.0.1",
"homepage": "https://github.com/onepercentclub/onepercentclub-site",
"authors": [
"Mark Gallop <[email protected]>"
],
"description": "1%Club's website ================",
"license": "BSD-3-Clause",
"private": true,
"dependencies": {},
"devDependencies": {
"jquery-mockjax": "*",
"pavlov": "https://github.com/pandell/pavlov.git",
"sinon-qunit": "~1.0.0",
"sinon": "~1.7.3",
"jquery": "~1.8.3",
"ember": "~1.0.0",
"data": "https://github.com/emberjs/data.git#v0.14",
"ember-data-factory": "https://github.com/teddyzeenny/ember-data-factory.git#ed-0.14",
"ember-data": "http://builds.emberjs.com/tags/v0.14/ember-data.js",
"ember-data-drf2-adapter": "https://github.com/onepercentclub/ember-data-drf2-adapter.git#1.0.0",
"globalize": "git://github.com/jquery/globalize.git#0.1.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}