forked from gustawdaniel/javascript_training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "javascript_strefakursow",
"version": "1.0.0",
"description": "This repo contains exemplary usage of javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install && gulp --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustawdaniel/javascript_training.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gustawdaniel/javascript_training/issues"
},
"homepage": "https://github.com/gustawdaniel/javascript_training#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-if": "^2.0.1",
"gulp-live-server": "0.0.30",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-server-livereload": "^1.9.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1"
}
}