-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
43
44
{
"name": "raleighfelton.github.io",
"version": "2.0.0",
"description": "Portfolio of Design Raleigh Felton",
"main": "index.js",
"dependencies": {
"normalize.css": "^6.0.0",
"postcss-import": "^9.1.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"cssnext": "^1.8.4",
"gulp": "^3.9.1",
"gulp-postcss": "^6.4.0",
"gulp-pxtorem": "^2.0.0",
"gulp-util": "^3.0.8",
"normalize.css": "^6.0.0",
"postcss-pxtorem": "^4.0.0",
"precss": "^1.4.0",
"reset-css": "^2.2.0",
"stylelint": "^7.10.1",
"stylelint-order": "^0.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raleighfelton/raleighfelton.github.io.git"
},
"keywords": [
"designer",
"code",
"start-up",
"product",
"design"
],
"author": "raleigh felton",
"license": "ISC",
"bugs": {
"url": "https://github.com/raleighfelton/raleighfelton.github.io/issues"
},
"homepage": "https://github.com/raleighfelton/raleighfelton.github.io#readme"
}