-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
47 lines (47 loc) · 1.26 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": "iso-currency",
"version": "0.2.13",
"description": "AngularJS filter that retrieves currency symbols according to ISO 4217 currency codes.",
"author": "Simon Wicki <[email protected]>",
"repository": "[email protected]:zwacky/isoCurrency.git",
"license": "MIT",
"main": "dist/isoCurrency.js",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"angular": "^1.4.6",
"angular-mocks": "^1.4.6",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "3.4.*",
"browser-sync": "2.26.3",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "~2.6.1",
"gulp-jshint": "^2.0.0",
"gulp-less": "~1.2.3",
"gulp-load-plugins": "^2.0.7",
"gulp-minify-css": "~0.3.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "~0.2.1",
"jshint": "2.10.1",
"jshint-stylish": "^2.1.0",
"merge-stream": "^1.0.0",
"multipipe": "0.0.2",
"rimraf": "~2.2.6",
"run-sequence": "^1.1.5",
"testem": "^0.9.5"
},
"engines": {
"node": ">=0.10.0 <16.15.0"
},
"scripts": {
"test": "gulp && testem ci",
"build": "gulp"
},
"dependencies": {
"uglify-js": "^3.3.2",
"vinyl": "^2.2.1"
}
}