forked from angular-ui/ui-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
{
"name": "angular-ui-slider",
"version": "0.1.11",
"description": "This directive allows you to add a slider.",
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-concurrent": "~0.4.1",
"grunt-ngmin": "0.0.3",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.1",
"karma-chrome-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.6",
"grunt-karma": "~0.6.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"requirejs": "~2.1.9",
"grunt-contrib-copy": "~0.4.1"
},
"main": "src/ui-slider.js",
"repository": {
"type": "git",
"url": "git://github.com/angular-ui/ui-slider.git"
},
"author": "https://github.com/angular-ui/ui-slider/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-ui/ui-slider/issues"
},
"homepage": "https://github.com/angular-ui/ui-slider"
}