-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 1.02 KB
/
bower.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
41
42
43
44
45
{
"name": "ember-graph",
"description": "Ember persistence library for complex object graphs",
"version": "1.1.1",
"main": "dist/ember-graph.js",
"homepage": "https://github.com/stingerlabs/ember-graph",
"repository": {
"type": "git",
"url": "git@github.com/stingerlabs/ember-graph.git"
},
"dependencies": {
"ember": ">=1.8.0"
},
"devDependencies": {
"qunit": "1.15",
"ember-1.8.0": "ember#1.8.0",
"ember-1.13.0": "ember#1.13.0",
"ember-2.0.0": "ember#2.0.0"
},
"keywords": [
"ember",
"store",
"graph",
"persistence"
],
"authors": [
{ "name": "Gordon Kristan" },
{ "name": "greenlight.guru", "homepage": "http://www.greenlight.guru/" }
],
"license": "MIT",
"ignore": [
"lib",
"node_modules",
"report",
"site",
"tasks",
"test",
".bowerrc",
".codeclimate.yml",
".eslintrc",
".gitignore",
".travis.yml",
"Gruntfile.js"
]
}