forked from angular-slider/angularjs-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 804 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
{
"name": "jusas-angularjs-slider",
"version": "0.1.32",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
"type": "git",
"url": "https://github.com/rzajac/angularjs-slider.git"
},
"keywords": [
"angular",
"slider"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-ng-annotate": "^1.0.1",
"grunt-recess": "~0.4.0",
"grunt-replace": "^0.11.0",
"recess": "~1.1.9"
},
"author": "Rafal Zajac <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md"
}