-
Notifications
You must be signed in to change notification settings - Fork 1
/
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": "coaching",
"version": "1.0.0",
"description": "Coaching project for promoting to pathway level 2 at Netcentric",
"main": "index.html",
"directories": {
"doc": "doc"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^5.2.0",
"babel": "^5.8.3",
"babel-eslint": "^3.1.26",
"browser-sync": "^2.8.0",
"cssnext": "^1.8.1",
"del": "^1.2.0",
"eslint": "^6.5.1",
"eslint-plugin-react": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnext": "^1.0.1",
"gulp-eslint": "^0.15.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^5.1.10",
"gulp-print": "^1.1.0",
"gulp-sass": "^2.0.4",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"yargs": "^3.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidlampon/coaching.git"
},
"author": "David Lampon",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidlampon/coaching/issues"
},
"homepage": "https://github.com/davidlampon/coaching#readme"
}