forked from jstroem/ng-input-currency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "ng-input-currency",
"version": "0.9.10",
"description": "input formatter as currency with Angular",
"main": "dist/ng-input-currency.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start --single-run --browsers PhantomJS",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/jstroem/ng-input-currency.git"
},
"keywords": [
"angular",
"currency",
"input",
"format"
],
"author": "Jesper Lindstrøm Nielsen <[email protected]>",
"bugs": {
"url": "https://github.com/jstroem/ng-input-currency/issues"
},
"homepage": "https://github.com/jstroem/ng-input-currency",
"devDependencies": {
"angular": "^1.6.4",
"angular-i18n": "^1.6.4",
"angular-mocks": "^1.6.4",
"bower": "^1.5.2",
"browserify-global-shim": "^1.0.3",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify-global-shim": {
"angular": "angular"
}
}