forked from theClubhouse-Augusta/southern-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "southern-dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp watch",
"build": "gulp images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theClubhouse-Augusta/southern-dev.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theClubhouse-Augusta/southern-dev/issues"
},
"homepage": "https://github.com/theClubhouse-Augusta/southern-dev#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cache": "1.1.1",
"gulp-concat": "^2.6.1",
"gulp-data": "1.3.1",
"gulp-imagemin": "^5.0.3",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "2.6.5"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"core-js": "2.6.5"
}
}