forked from lucasdaiki/simulador-rendafixa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "easynvest.simulation.client",
"version": "1.0.0",
"description": "Simulador de Renda Fixa Pré e Pós",
"main": "dist/bundle.js",
"scripts": {
"start": "http-server .",
"lint": "eslint scripts/**/*.js",
"build": "gulp minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easynvest/simulador-rendafixa.git"
},
"author": "Easynvest",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/easynvest/simulador-rendafixa/issues"
},
"homepage": "https://github.com/easynvest/simulador-rendafixa#readme",
"dependencies": {
"axios": "^0.16.2",
"moment": "^2.18.1",
"text-mask-addons": "^3.6.0",
"vanilla-masker": "^1.2.0",
"vanilla-text-mask": "^5.0.1"
},
"devDependencies": {
"eslint": "^4.8.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"http-server": "^0.10.0"
}
}