-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 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
{
"name": "mirc",
"version": "1.0.0",
"description": "Mirc",
"main": "app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Mirc"
],
"author": "Eduardo Malherbi Martins <[email protected]> (http://emalherbi.com/)",
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-bower-task": "^0.5.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-gh-pages": "^4.0.0",
"grunt-html-minify": "^0.3.1",
"grunt-install-dependencies": "^0.2.0",
"grunt-mkdir": "^0.1.2",
"grunt-php-shield": "^1.0.2",
"grunt-rev": "^0.1.0",
"grunt-usemin": "^3.1.1"
},
"dependencies": {
"bootstrap": "^4.0.0",
"firebase": "^1.0.17",
"jquery": "^3.6.0",
"moment": "^2.18.1",
"popper.js": "1.14.3"
}
}