-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 918 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
{
"name": "aaronshekey-website",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshekey/aaronshekey.com.git"
},
"scripts": {
"start": "grunt",
"build": "grunt build"
},
"description": "My personal website https://aaronshekey.com/",
"bugs": {
"url": "https://github.com/aaronshekey/aaronshekey.com/issues"
},
"homepage": "https://aaronshekey.com",
"main": "Gruntfile.js",
"dependencies": {
"@stackoverflow/stacks": "^1.2.0",
"grunt": "^1.5.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-includes": "^1.1.0",
"grunt-purgecss": "^4.1.3"
}
}