-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ui",
"version": "0.4.5-win",
"license": "MIT",
"author": {
"name": "Jorge Ramírez",
"email": "jorge@codium.com.py"
},
"scripts": {
"commit": "git-cz"
},
"contributors": [
{
"name": "Verena Ojeda",
"email": "vojeda@codium.com.py"
},
{
"name": "Nahuel Hernández",
"email": "nahuel@codium.com.py"
}
],
"repository": {
"type": "git",
"url": "https://gitlab.com/codium/ui.git"
},
"dependencies": {},
"devDependencies": {
"abbrev": "^1.0.7",
"babel-preset-es2015": "^6.18.0",
"chai": "^1.9.1",
"chai-jquery": "^1.2.3",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.22",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "^0.0.18",
"mocha": "^1.21.4",
"run-sequence": "^1.0.2",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"engines": {
"node": ">=0.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}