forked from amelendezi/bafa-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 902 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
{
"name": "bafa-c",
"version": "1.0.0",
"description": "Bafa Client Application",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amelendezi/bafa-c.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amelendezi/bafa-c/issues"
},
"homepage": "https://github.com/amelendezi/bafa-c#readme",
"dependencies": {
"jquery": "^3.2.1",
"loadash": "0.0.1",
"lodash": "^4.17.4",
"maquette": "^2.5.2"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"csv-loader": "^2.1.1",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"style-loader": "^0.18.2",
"webpack": "^3.1.0",
"xml-loader": "^1.2.1"
}
}