-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
43
44
45
46
{
"name": "p5js-workspace",
"version": "1.0.0",
"description": "1. Start a http-server via 'http-server' 2.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"go": "node app.js && http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timrodenbroeker/p5js-workspace.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timrodenbroeker/p5js-workspace/issues"
},
"homepage": "https://github.com/timrodenbroeker/p5js-workspace#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chalk": "^2.4.1",
"file-system": "^2.2.2",
"gulp-babel": "^8.0.0",
"gulp-watch": "^5.0.1",
"inquirer": "^6.2.1",
"ncp": "^2.0.0",
"node-fetch": "^2.3.0",
"replace-in-file": "^3.4.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.5.0",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.1",
"gulp-webserver": "^0.9.1"
}
}