-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 Bytes
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
{
"name": "codeforrva.org",
"version": "1.0.0",
"description": "Website for Code For RVA Brigade",
"main": "\"\"",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:codeforrva/codeforrva.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforrva/codeforrva/issues"
},
"homepage": "https://github.com/codeforrva/codeforrva",
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-minify-css": "^1.1.1",
"gulp-sass": "^2.0.1",
"require-dir": "^0.3.0"
},
"devDependencies": {
"browser-sync": "^2.7.4",
"gulp": "^3.8.11",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.4",
"gulp-rename": "~1.2.2",
"gulp-chmod": "~1.2.0",
"gulp-replace": "~0.5.3",
"gulp-processhtml": "~1.1.0",
"gulp-htmlsplit": "~1.1.0"
}
}