-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.23 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": "sotos.angular-slider",
"version": "0.0.3",
"description": "angular slider",
"main": "dist/sotos.angular-slider.min.js",
"demo": "http://sotos.gr/demos/angular-slider/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sotospez/sotos.angular-slider"
},
"keywords": [
"angular",
"slider"
],
"author": "sotospez@gmail.com",
"dependencies": {
"angular": "*",
"angular-animate":"*"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-concat": "~2.5.2",
"gulp-sass": "~1.3.3",
"jshint-stylish": "~1.0.1",
"gulp-ng-templates": "0.0.5",
"gulp-htmlmin": "~1.1.1",
"gulp-header": "~1.2.2",
"gulp-util": "~3.0.4",
"gulp-ngmin": "~0.3.0",
"gulp-uglify": "~1.2.0",
"gulp-webserver": "~0.9.0",
"gulp-jshint": "~1.10.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-autoprefixer": "~2.1.0",
"gulp-minify-html": "~1.0.2"
},
"bugs": {
"url": "https://github.com/sotospez/sotos.angular-slider/issues"
},
"license": "MIT"
}