forked from revolunet/angular-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1007 Bytes
/
package.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
{
"name": "angular-carousel",
"description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
"version": "0.0.8",
"homepage": "http://revolunet.github.com/angular-carousel",
"author": "Julien Bouquillon <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/revolunet/angular-carousel.git"
},
"engines": {
"node": ">= 0.8"
},
"licenses": [
{
"type": "MIT",
"url": "http://revolunet.mit-license.org"
}
],
"dependencies": {},
"devDependencies": {
"karma": "~ 0.8.0",
"grunt": ">= 0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-release": "~0.3.3",
"grunt-contrib-watch": "~0.4.4"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
"test-server": "karma start test/karma.conf.js --browsers Chrome"
}
}