-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
40 lines (40 loc) · 905 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
38
39
40
{
"name": "linuxweb",
"version": "0.4.1",
"description": "Linux... but simulated on your web browser.",
"main": "index.js",
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"serve": "gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Manthee1/linuxWeb.git"
},
"keywords": [
"linux",
"simulated",
"web",
"javascript",
"project"
],
"author": "Manthee1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Manthee1/linuxWeb/issues"
},
"homepage": "https://github.com/Manthee1/linuxWeb#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-inline-image": "^1.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.0.0",
"gulp-uglify-es": "^3.0.0",
"gulp-webserver": "^0.9.1",
"node-sass": "^6.0.1"
},
"dependencies": {}
}