-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
{
"name": "joshuashields.com",
"version": "1.1.0",
"description": "Personal website of Joshua Shields.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jshields/joshuashields.com.git"
},
"keywords": [],
"author": "Joshua Shields",
"private": true,
"bugs": {
"url": "https://github.com/jshields/joshuashields.com/issues"
},
"homepage": "https://github.com/jshields/joshuashields.com#readme",
"devDependencies": {
"globals": "^15.4.0",
"grunt": "^1.5.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-eslint": "^25.0.0",
"grunt-stylelint": "^0.20.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0"
},
"dependencies": {
"font-awesome": "^4.6.3",
"jquery": "^3.5.0"
}
}