forked from angular-slider/angularjs-slider
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "angularjs-slider",
"version": "1.1.0",
"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"
],
"scripts": {
"build": "grunt",
"serve" : "grunt serve"
},
"devDependencies": {
"grunt": "^0.4.5",
"matchdep": "~0.1.2",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-recess": "~0.4.0",
"grunt-replace": "^0.11.0",
"grunt-serve": "^0.1.6",
"recess": "~1.1.9",
"grunt-express": "~1.0.0-beta2",
"grunt-open": "~0.2.1"
},
"author": "Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md"
}