-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "revolut-real-exchange-rates-monitor",
"short": "rrerm",
"description": "Track Revolut currency exchange to get best rate when you transfer.",
"version": "0.0.1",
"homepage": "https://github.com/mehdichaouch/revolut-real-exchange-rates-monitor#readme",
"author": "Mehdi Chaouch",
"repository": {
"type": "git",
"url": "git+https://github.com/mehdichaouch/revolut-real-exchange-rates-monitor.git"
},
"bugs": {
"url": "https://github.com/mehdichaouch/revolut-real-exchange-rates-monitor/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "latest",
"bootstrap-select": "latest",
"chart.js": "latest",
"chrome-badge-animator": "github:janhancic/chrome-badge-animator#master",
"jquery": "latest",
"popper.js": "latest"
},
"devDependencies": {
"cryptiles": "4.1.3",
"grunt": "1.5.3",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.2.1",
"grunt-contrib-watch": "1.1.0",
"grunt-terser": "2.0.0",
"hoek": "6.1.3"
}
}