-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "@microfocus/ux-ias",
"version": "1.1.2",
"description": "UX library for Micro Focus Identity, Access, and Security products",
"engines": {
"node": ">=6.2",
"npm": ">=3.9"
},
"scripts": {
"prepublishOnly": "gulp clean && gulp build:production",
"build": "npm run prepublishOnly & npm run build:docs",
"build:docs": "gulp --cwd docs build:production",
"update-gh-pages": "push-dir --dir=dist --branch=gh-pages"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microfocus/ux-ias.git"
},
"author": "Joe Hawkins <joe.hawkins@microfocus.com> (https://github.com/jedwardhawkins)",
"license": "MIT",
"bugs": "https://github.com/microfocus/ux-ias/issues",
"devDependencies": {
"@microfocus/ias-icons": "^1.0.3",
"@microfocus/ng-gulp": "0.7.5",
"@microfocus/ng-prism": "1.3.3",
"@types/angular": "1.5.8",
"@types/angular-mocks": "1.5.8",
"@types/angular-ui-router": "1.1.36",
"@types/node": "6.0.45",
"angular": "1.5.8",
"angular-aria": "1.5.8",
"angular-mocks": "1.5.8",
"angular-ui-router": "1.0.0-beta.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-clean": "0.3.2",
"gulp-clean-css": "3.0.2",
"gulp-rename": "1.2.2",
"gulp-sass": "3.0.0",
"gulp-sourcemaps": "1.9.1",
"gulp-watch": "4.3.11",
"push-dir": "^0.4.1"
}
}