-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
29 lines (29 loc) · 837 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
{
"name": "WebLaunchChecklist",
"version": "1.3.7",
"description": "This website displays the most useful and effective tips for Performance, SEO, Security, Accessibility, Content, and Functionality for websites in checklist form.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HarrisJT/web-launch-checklist.git"
},
"keywords": [
"checklist",
"web",
"launch",
"weblaunchchecklist"
],
"author": "Harris J Thompson",
"license": "CC BY-SA 4.0",
"devDependencies": {
"babel-preset-babili": "^0.1.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-sass": "^3.1.0",
"node-sass": "^4.5.3"
}
}