-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "jm",
"version": "0.0.0",
"description": "Jugement Majoritaire",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"bootstrap": "^4.3.1",
"chartist": "^0.11.0",
"jquery": "^3.4.1",
"popper.js": "^1.14.7",
"sass": "^1.14.3",
"toastr": "^2.1.4",
"tar": ">=4.4.8"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-sass": "^3.0.2",
"node-sass": "^4.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceanBigOne/jm.git"
},
"author": "Clement GARROT",
"license": "ISC",
"bugs": {
"url": "https://github.com/oceanBigOne/jm/issues"
},
"homepage": "https://github.com/oceanBigOne/jm#readme"
}