This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
72 lines (72 loc) · 1.88 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
69
70
71
72
{
"name": "ng-currency",
"version": "1.2.9",
"main": "dist/ng-currency.min.js",
"description": "Directive that works in conjunction with currency filter.",
"homepage": "https://github.com/salte-io/ng-currency",
"bugs": "https://github.com/salte-io/ng-currency/issues",
"contributors": [
"Ceci <[email protected]>",
"Luis Aguirre <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/salte-io/ng-currency.git"
},
"keywords": [
"currency",
"directive",
"filter"
],
"scripts": {
"start": "nps"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"angular": "^1.6.0",
"angular-mocks": "^1.6.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"deindent": "^0.1.0",
"eslint": "^7.0.0",
"eslint-plugin-mocha": "^9.0.0",
"html-loader": "^2.1.2",
"husky": "^7.0.0",
"karma": "^6.0.1",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-polyfill": "^1.0.0",
"karma-sauce-launcher": "^4.1.4",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0",
"mocha": "^9.0.0",
"ng-select-all-on-focus": "^1.0.3",
"nps": "^5.7.1",
"remove-lockfiles": "^2.0.4",
"semantic-release": "^18.0.0",
"sinon": "^9.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "remove-lockfiles"
}
}
}