-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 961 Bytes
/
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
{
"name": "hacknc-fall2016",
"version": "0.1.0",
"description": "The website for HackNC Fall 2016, held on October 28-30, 2016",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gulp watch",
"build": "gulp compile",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacknc/fall2016.git"
},
"author": "HackNC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.0.2",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-ruby-sass": "^2.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jstransformer-marked": "^1.0.1",
"marked": "^0.3.6",
"node-static": "^0.7.8",
"rimraf": "^2.5.4",
"when": "^3.7.7"
},
"devDependencies": {
"gulp-markdown": "^1.2.0"
},
"license": "UNLICENSED"
}