-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.13 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "delaneymethod",
"version": "1.0.0",
"description": "Project build files for DelaneyMethod",
"main": "gulpfile.js",
"scripts": {
"reset": "./node_modules/gulp/bin/gulp.js reset",
"styles": "./node_modules/gulp/bin/gulp.js styles",
"images": "./node_modules/gulp/bin/gulp.js images",
"scripts": "./node_modules/gulp/bin/gulp.js scripts",
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js build",
"prod": "./node_modules/gulp/bin/gulp.js build --production",
"lint": "./node_modules/gulp/bin/gulp.js linting"
},
"repository": {
"type": "git",
"url": "https://github.com/delaneymethod/delaneymethod.git"
},
"keywords": [
"DelaneyMethod",
"Full-Stack",
"Software",
"Development",
"Bishopton",
"Renfrewshire",
"Glasgow",
],
"author": "Sean Delaney",
"license": "MIT",
"bugs": {
"url": "https://github.com/delaneymethod/delaneymethod/issues"
},
"homepage": "https://github.com/delaneymethod/delaneymethod",
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.26.0",
"browser-sync": "^2.24.6",
"del": "^2.2.2",
"eslint": "^3.11.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.3",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^3.0.1",
"gulp-extname": "^0.2.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.7",
"js-yaml": "^3.12.0",
"panini": "^1.6.2",
"yargs": "^3.8.0"
},
"babel": {
"presets": [
"es2015"
]
},
"private": true
}