-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.17 KB
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
45
46
47
48
49
{
"name": "circus-starter",
"version": "1.11.1",
"description": "A good starting point for new Circus students",
"main": "gulpfile.js",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"axios": "^1.0.0",
"browser-sync": "^2",
"colors": "^1.3.3",
"fancy-log": "^2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^8",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-fn": "^0.0.3",
"gulp-htmllint": "^0",
"gulp-imagemin": "^7",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3",
"http-proxy": "^1.18.1",
"sass": "^1.32.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
">0.2%"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chrissilich/circus-starter.git"
},
"author": "Chris Silich",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrissilich/circus-starter/issues"
},
"homepage": "https://github.com/chrissilich/circus-starter#readme",
"dependencies": {
"gulp-cli": "^2.2.0"
}
}