-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
40
41
42
43
44
45
46
47
{
"name": "dynamics-tips",
"version": "1.8.0",
"description": "Objetos dinamicos que se añaden debido a estimulos del usuario.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FedericoManzano/dynamics-tips-v1.0.0.git"
},
"keywords": [
"tips",
"tooltips",
"dinamicos",
"comentarios"
],
"files": [
"dist/{css,js}/*.{css,js,map}",
"src/{modulos}/**/*.{js}",
"src/**/*.js",
"css/**/*.css"
],
"author": "Federico Manzano",
"license": "MIT",
"bugs": {
"url": "https://github.com/FedericoManzano/dynamics-tips-v1.0.0/issues"
},
"homepage": "https://github.com/FedericoManzano/dynamics-tips-v1.0.0#readme",
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.1.0",
"braces": "^3.0.2",
"css-loader": "^5.0.0",
"lodash": "^4.17.19",
"style-loader": "^2.0.0",
"webpack": "^5.2.0",
"webpack-cli": "^4.0.0"
}
}