forked from bcherny/format-as-currency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "format-as-currency",
"version": "1.0.10",
"description": "Angular directive to format an input as a currency as the user types",
"main": "format-as-currency.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start; karma run; ./node_modules/.bin/gulp coveralls",
"pretest": "./node_modules/.bin/bower install && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/jmanoto/format-as-currency.git"
},
"keywords": [
"angular",
"currency",
"dollar",
"euro",
"input",
"text",
"autocomplete",
"typeahead",
"format",
"automatic",
"auto",
"nice",
"pretty"
],
"author": "Jeremy Manoto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmanoto/format-as-currency/issues"
},
"homepage": "https://github.com/jmanoto/format-as-currency",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.3",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5"
}
}