forked from Finance-e/angular-price-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 962 Bytes
/
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
{
"name": "angular-price-format",
"version": "0.1.4",
"description": "Jquery price format directive 4 angularjs",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-livereload": "^0.1.3",
"matchdep": "^0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Finance-e/angular-price-format.git"
},
"keywords": [
"currency mask",
"angularjs currency mask",
"currency",
"mask",
"currency directive",
"priceformat",
"angularjs priceformat"
],
"author": "Finance-e",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Finance-e/angular-price-format/issues"
},
"homepage": "https://github.com/Finance-e/angular-price-format"
}