-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
36 lines (36 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
{
"name": "angular-swagger-ui-material",
"description": "Material Design template for angular-swager-ui",
"version": "0.2.3",
"author": "Jan Forst <[email protected]>",
"devDependencies": {
"eslint-config-angular": "^0.5.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-angular": "^1.0.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-angular-architecture-graph": "0.0.3",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.1.0",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-inject": "^3.0.0",
"gulp-merge": "^0.1.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-uglifyjs": "^0.6.2",
"know-your-http-well": "^0.2.0",
"require-dir": "^0.3.0"
},
"license": "MIT",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}