-
Notifications
You must be signed in to change notification settings - Fork 160
/
bower.json
33 lines (33 loc) · 883 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
{
"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.x"
},
"devDependencies": {
"angular": "1.x",
"angular-mocks": "1.x",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-karma": "^2.0.0",
"http-server": "^0.11.1",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4"
}
}