-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "kickoff",
"version": "1.0.0",
"description": "Kick-start the development of a website or web application.",
"main": "gulpfile.js",
"repository": "github:clubstudioltd/kickoff",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"critical": "^0.8.4",
"del": "^1.1.1",
"eslint-config-crockford": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-livereload": "^3.8.1",
"gulp-rev": "^7.0.0",
"gulp-rev-css-url": "0.1.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-twig": "^0.7.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.1",
"yargs": "^8.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Club Studio Ltd <dev@clubstudio.co.uk>",
"license": "MIT",
"dependencies": {
"jquery": "^3.2.1"
}
}