forked from ipiz/md-steppers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
47
48
{
"name": "md-steppers",
"version": "0.4.1",
"description": "Angular-Material Steppers.",
"main": "./dist/md-steppers.js",
"dependencies": {
"angular": "^1.4.8",
"angular-material": "^1.0.9"
},
"devDependencies": {
"del": "^2.0.1",
"express": "^4.14.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-inject-reload": "0.0.2",
"gulp-jsclosure": "0.0.1",
"gulp-sass": "^2.1.1",
"gulp-livereload": "^3.8.0",
"gulp-cssnano": "^2.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.2",
"streamqueue": "^1.1.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/ipiz/md-steppers"
},
"keywords": [
"angular",
"angular-material",
"md-steppers"
],
"author": "Roel B <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipiz/md-steppers/issues"
},
"homepage": "https://github.com/ipiz/md-steppers"
}