forked from maestrano/impac-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·40 lines (40 loc) · 830 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
33
34
35
36
37
38
39
40
{
"name": "impac-angular",
"version": "0.0.1",
"private": true,
"main": [
"dist/impac-angular.js",
"src/impac-angular.less"
],
"description": "Impac! Front-End Library",
"ignore": [
"test",
"gulpfile.js",
"**/.*",
"bower_components",
"node_modules",
"karma-*",
"*.sublime*",
"lib"
],
"moduleType": [
"globals"
],
"dependencies": {
"Chart.js": "~1.0.2",
"angular": "~1.4.0",
"angular-bootstrap": "~0.13.3",
"angular-ui-sortable": "~0.13.4",
"angular-xeditable": "~0.1.9",
"bootstrap": "~3.3.5"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0"
},
"license": "Copyright 2015 Maestrano Pty Ltd",
"repository": {
"type": "git",
"url": "git://github.com/maestrano/impac-angular.git"
}
}