-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.04 KB
/
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
38
39
40
{
"name": "edd-editor-landing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nemanjaglumac/edd-editor-landing.git"
},
"author": "Nemanja Glumac",
"license": "ISC",
"bugs": {
"url": "https://github.com/nemanjaglumac/edd-editor-landing/issues"
},
"homepage": "https://github.com/nemanjaglumac/edd-editor-landing#readme",
"eslintConfig": {
"extends": "google"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.23.6",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-data": "^1.3.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-nunjucks-render": "^2.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"run-sequence": "^2.2.1"
}
}