-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 987 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 987 Bytes
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
{
"name": "irgendwas-mit-physik",
"version": "1.0.0",
"description": "",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imdcc1/abgabe-DavideBecker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imdcc1/abgabe-DavideBecker/issues"
},
"homepage": "https://github.com/imdcc1/abgabe-DavideBecker#readme",
"devDependencies": {
"colors": "^1.1.2",
"express": "^4.14.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.0.0",
"gulp-include": "^2.3.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"optimist": "^0.6.1",
"portfinder": "^1.0.13",
"run-sequence": "^1.2.2"
}
}