forked from danielepiccone/ng-pageslide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 800 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
{
"name": "angular-pageslide-directive",
"main": "dist/angular-pageslide-directive.js",
"authors": [
"Daniele Piccone <[email protected]> (http://www.danielepiccone.com)",
"Tim Borny <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:dpiccone/ng-pageslide.git"
},
"dependencies": {
"angular": "1.5.x"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.6.5",
"grunt-contrib-uglify": "0.2.7",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-coverage": "0.5.5",
"karma-coveralls": "1.1.2",
"karma-jasmine": "0.3.8",
"angular-mocks": "1.5.5",
"grunt-karma": "0.12.2",
"karma-phantomjs-launcher": "1.0.1"
}
}