-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
46 lines (46 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "angular-awesome-slider",
"description": "AngularJS directive slider control.",
"version": "2.4.5",
"license": "MIT",
"author": {
"name": "Julien Valéry",
"email": "darul75@gmail.com"
},
"filename": "./src/ng-slider.js",
"main": "dist/angular-awesome-slider.js",
"homepage": "https://github.com/darul75/angular-awesome-slider",
"repository": {
"type": "git",
"url": "https://github.com/darul75/angular-awesome-slider.git"
},
"keywords": [
"angular",
"slider",
"control",
"ui"
],
"bugs": {
"url": "https://github.com/darul75/angular-awesome-slider/issues"
},
"scripts": {
"test": "grunt test-continuous"
},
"dependencies": {},
"devDependencies": {
"grunt": "1.0.4",
"grunt-bower-task": "0.5.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-karma": "3.0.0",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4"
}
}