-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 884 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
38
{
"name": "money-printer",
"version": "2.0.2",
"description": "JavaScript currency formatting",
"homepage": "https://github.com/patrykgruszka/money-printer",
"repository": {
"type": "git",
"url": "git@github.com:patrykgruszka/money-printer.git"
},
"main": "source/money.js",
"scripts": {
"build": "gulp",
"test": "gulp tests"
},
"author": "patrykgruszka",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"karma": "^5.2.3",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2"
},
"keywords": [
"currency",
"money",
"accounting",
"format"
]
}