-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "Jerek0Starter",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jerek0/jerek0-starter.git"
},
"author": "Jerek0",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jerek0/jerek0-starter/issues"
},
"homepage": "https://github.com/Jerek0/jerek0-starter/",
"dependencies": {
"autoprefixer": "^6.5.4",
"babel": "^6.5.2",
"babel-core": "^6.20.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.5",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.1",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.4",
"handlebars": "^4.0.6",
"pretty-hrtime": "^1.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}