-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.28 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
{
"name": "ngo-starter",
"title": "NGO Starter",
"description": "A starter toolkit based on Scalable and Modular Architecture for Ngo sites or CMS",
"author": {
"name": "DilipCoder",
"url": "https://github.com/DilipCoder"
},
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/DilipCoder"
},
"homepage": "",
"keywords": [
"sass",
"scss",
"doc",
],
"bugs": {
"url": "https://github.com/minamarkham/sassy-starter/issues"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.0.0-rc4",
"colors": "^1.1.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.4.3",
"gulp-data": "^1.3.1",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "1.0.1",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.0.2",
"imagemin-pngquant": "^4.2.2",
"run-sequence": "^1.1.4",
"sassdoc": "^2.1.15",
"vinyl-paths": "^2.0.0"
}
}