-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
31 lines (31 loc) · 850 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
{
"name": "angular-circular-slider",
"version": "1.0.3",
"author": "prince john wesley <[email protected]>",
"description": "Angular circular slider",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-postcss": "~0.1.0",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.28",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"keywords": [
"slider",
"circular slider",
"image slider",
"range slider",
"image carousel"
]
}