-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
50
51
52
53
{
"name": "reo-web-starter-kit",
"version": "0.0.0",
"description": "Boilerplate for sites",
"scripts": {
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reo7sp/reo-web-starter-kit.git"
},
"author": "Oleg Morozenkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/reo7sp/reo-web-starter-kit/issues"
},
"homepage": "https://github.com/reo7sp/reo-web-starter-kit#readme",
"dependencies": {
"bootstrap-sass": "^3.3.6",
"jquery": "^2.2.4"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"browserify-incremental": "^3.1.1",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"del": "^2.2.1",
"exorcist": "^0.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-csso": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-surge": "^0.1.0",
"gulp-uglify": "^1.5.4",
"lodash": "^4.13.1",
"run-sequence": "^1.2.2",
"sassy-npm-importer": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}