-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 887 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 887 Bytes
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
{
"name": "jssaini07.github.io",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JSSaini07/JSSaini07.github.io.git"
},
"author": "Jasmeet Singh Saini",
"license": "ISC",
"bugs": {
"url": "https://github.com/JSSaini07/JSSaini07.github.io/issues"
},
"homepage": "https://github.com/JSSaini07/JSSaini07.github.io#readme",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"jit-grunt": "^0.10.0"
},
"dependencies": {
"grunt-cli": "^1.2.0",
"grunt-inline": "^0.3.6"
}
}