-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 704 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 704 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
{
"name": "angular-jointjs-graph",
"version": "0.1.4",
"dependencies": {
"jquery": "^2.1.3",
"angular": "^1.3.0",
"angular-resource": "^1.3.0",
"backbone": "^1.1.2",
"lodash": "^3.2.0",
"joint": "^0.9.3"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"main": [
"dist/scripts/angular-jointjs-graph.js",
"dist/scripts/angular-jointjs-graph.min.js",
"dist/styles/angular-jointjs-graph.css",
"dist/styles/angular-jointjs-graph.min.css"
],
"ignore": [
".editorconfig",
".gitattributes",
".jshintrc",
"Gruntfile.js",
"package.json",
"app",
"test"
],
"appPath": "app",
"moduleName": "angular-jointjs-graph"
}