-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 852 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
{
"name": "angular-currency-formatter",
"version": "1.0.0",
"description": "A directive to format currency values after typing while parsing the unformatted number to the model",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sitajaf/angular-currency-formatter.git"
},
"author": "Jafari Sitakange",
"license": "MIT",
"bugs": {
"url": "https://github.com/sitajaf/angular-currency-formatter/issues"
},
"homepage": "https://github.com/sitajaf/angular-currency-formatter#readme",
"devDependencies": {
"angular-mocks": "^1.4.8",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6"
}
}