-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "mydd",
"version": "1.0.0",
"description": "ellaism",
"main": "index.html",
"scripts": {
"test": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasfathr/ellaism.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "//github.com/nasfathr/ellaism/issues"
},
"homepage": "//github.com/nasfathr/ellaism#readme",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.7.1",
"del": "^1.2.0",
"font-awesome": "^4.7.0",
"font-awesome-sass": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.2.0",
"gulp-babel": "^6.1.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "^0.5.2",
"gulp-pretty-url": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-bulk-import": "^0.3.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.3.5",
"node-normalize-scss": "^3.0.0"
}
}