forked from iangoop/angularjs-currency-input-mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "bonita-angularjs-currency-input-mask",
"version": "1.1.7",
"description": "AngularJS Multiple pattern currency input mask",
"main": "index.js",
"scripts": {
"build": "gulp build",
"test": "karma start --single-run"
},
"keywords": [
"input",
"mask",
"currency",
"angularjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bonitasoft/angularjs-currency-input-mask.git"
},
"author": "iangoop@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bonitasoft/angularjs-currency-input-mask/issues"
},
"homepage": "https://github.com/bonitasoft/angularjs-currency-input-mask#readme",
"devDependencies": {
"angular": "^1.8.0",
"angular-mocks": "^1.8.0",
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.6.0",
"karma": "^5.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-jasmine": "^4.0.1"
}
}