-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
{
"name": "Personal Site",
"author": "Gnyana Teja Samudrala",
"version": "0.0.0",
"description": "Personal website of Gnyana Teja Samudrala",
"main": "gulpfile.js",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"browser-sync": "2.18.2",
"eslint-config-starry": "2.0.1",
"eslint-plugin-starry": "2.0.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "3.0.3",
"gulp-eslint": "3.0.1",
"gulp-imagemin": "3.1.1",
"gulp-sass": "3.1.0",
"gulp-uglify": "2.0.0",
"pump": "^1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/sgteja/trailsite.github.io"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
]
}