-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 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
{
"name": "ensemble-stack-d1",
"version": "0.0.2",
"description": "Repo with foundation class and misc. used by ensemble.Modal, ensemble.Lightbox and ensemble.SocialShare",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/loltgt/ensemble-stack-d1.git",
"author": "Leonardo Laureti",
"license": "MIT",
"bugs": {
"url": "https://github.com/loltgt/ensemble-stack-d1/issues"
},
"homepage": "https://github.com/loltgt/ensemble-stack-d1#readme",
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/plugin-transform-modules-umd": "^7.13.0",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/preset-env": "^7.13.10",
"@rbnlffl/gulp-rollup": "^0.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.0.1",
"sass": "^1.45.2",
"regenerator-runtime": "^0.13.7"
}
}