-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 949 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
36
37
{
"name": "dimple",
"version": "1.0.1",
"description": "A simple moustache, sass, ES6 + webpack, gulp based static site generator",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/42pe/dimple.git"
},
"keywords": [
"boilerplate",
"generator"
],
"author": "Diego Ferreyra",
"license": "ISC",
"bugs": {
"url": "https://github.com/42pe/dimple/issues"
},
"homepage": "https://github.com/42pe/dimple#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"gulp": "^4.0.0",
"gulp-cli": "^1.3.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.5.0",
"gulp-webserver": "^0.9.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1"
}
}