-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 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
{
"name": "bela-sample",
"version": "1.0.0",
"description": "'Bela Sample 1.0'",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-sass": "^4.0.2",
"gulp-concat": "^2.6.1"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BelaPlatform/bela_sample.git"
},
"author": "Astrid Bin",
"license": "ISC",
"bugs": {
"url": "https://github.com/BelaPlatform/bela_sample/issues"
},
"homepage": "https://github.com/BelaPlatform/bela_sample#readme"
}