forked from adopted-ember-addons/ember-data-factory-guy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 685 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 685 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
{
"name": "factory-guy",
"description": "Factory for testing Ember application using Ember Data",
"version": "1.0.0",
"authors": [
"Daniel Sudol <dansudol@yahoo.com>",
"Opak Alex <opak.alexandr@gmail.com>"
],
"main": "dist/factory-guy.js",
"keywords": [
"Factory",
"Ember",
"Data",
"FixtureAdapter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"blueprints",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"test",
"tests"
],
"dependencies": {
"jquery-mockjax": "2.2.1"
},
"devDependencies": {
"jquery": ">1.9.0",
"qunit": "~2.0.0"
}
}