-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 928 Bytes
/
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
{
"name": "ui-auth",
"version": "0.1.0",
"author": {
"name": "Jorge Ramirez",
"email": "jorge@codium.com.py"
},
"license": "MIT",
"contributors": [],
"repository": {
"type": "git",
"url": "https://gitlab.com/codium/ui-auth.git"
},
"dependencies": {
"angular": "=1.5.9",
"angular-resource": "=1.5.9"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"gulp": "^3.8.7",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"commit": "git-cz"
}
}