-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "front_end_tp_sncf",
"version": "0.0.0",
"description": "",
"engines": {
"node": "v6.9.0",
"npm": "3.10.8"
},
"main": "gulpfile.js",
"scripts": {
"start": "npm run build && npm run watch && npm run serve",
"build": "./node_modules/.bin/gulp setup",
"watch": "./node_modules/.bin/gulp watch",
"serve": "./node_modules/.bin/http-server ./build",
"postinstall": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Errec/pug-sass-boilerplate-starter-kit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Errec/pug-sass-boilerplate-starter-kit/issues"
},
"homepage": "https://github.com/Errec/pug-sass-boilerplate-starter-kit#readme",
"devDependencies": {
"beeper": "^1.1.1",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^1.0.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.0.0",
"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.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"http-server": "^0.10.0"
}
}