-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
45
46
47
48
49
{
"name": "my-boilerplate",
"version": "1.0.0",
"description": "Basic boiler plate for doing some front end dev work",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp postinstall"
},
"repository": "git+https://github.com/malcock/my-boilerplate.git",
"keywords": [
"sass",
"gulp",
"express"
],
"author": "Martin Alcock",
"license": "ISC",
"bugs": {
"url": "https://github.com/malcock/my-boilerplate/issues"
},
"homepage": "https://github.com/malcock/my-boilerplate#readme",
"devDependencies": {
"beeper": "^1.1.1",
"express-pug": "^1.0.0",
"foundation-sites": "^6.4.3",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-live-server": "0.0.31",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"vinyl-ftp": "^0.6.0"
},
"dependencies": {
"chart.js": "^2.6.0",
"chartjs-plugin-deferred": "^0.3.0",
"express": "^4.15.4",
"jquery": "^3.2.1",
"pug": "^2.0.0-rc.4"
}
}