-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
41
42
{
"name": "developyuk.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"html": "gulp webHtml",
"server": "lite-server",
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developyuk/developyuk.com.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/developyuk/developyuk.com/issues"
},
"homepage": "https://github.com/developyuk/developyuk.com#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"foundation-sites": "^6.2.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.12",
"gulp-filter": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"jstransformer-babel": "^2.1.0",
"lite-server": "^2.2.2",
"motion-ui": "^1.2.2",
"sass-bem": "^2.5.3"
}
}