-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "material-steppers",
"version": "2.0.0",
"description": "Angular Steppers directive for Angular Material",
"main": "dist/material-steppers.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eberlitz/material-steppers.git"
},
"keywords": [
"steppers",
"md-steppers",
"angular",
"angular-material",
"material"
],
"author": "Eduardo Eidelwein Berlitz <eberlitz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eberlitz/material-steppers/issues"
},
"homepage": "https://github.com/eberlitz/material-steppers#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.7",
"cssnano": "^3.5.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^2.13.4",
"gulp-uglify": "^1.5.3",
"ordered-merge-stream": "^1.0.0"
}
}