forked from enterstudio/conan.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "website",
"version": "1.0.0",
"description": "These instructions will get you a copy of the project up and running on your local staging and production machines and you will find some additional information about the setup of the website.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conan-io/website.git"
},
"author": "Nadav Cohen",
"license": "ISC",
"bugs": {
"url": "https://github.com/conan-io/website/issues"
},
"homepage": "https://github.com/conan-io/website#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.2",
"postcss": "^8.2.13",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-html-minifier-terser": "^6.0.0",
"gulp-image": "^6.2.1",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"lodash": "^4.17.21",
"node-sass": "^6.0.0"
}
}