-
-
Notifications
You must be signed in to change notification settings - Fork 330
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 742 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
{
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-coffee": "2.3.5",
"gulp-concat": "^2.6.0",
"gulp-if": "^3.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-ruby-sass": "^4.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jasmine": "^3.6.1",
"jquery": "^3.5.1",
"jsdom": "^16.4.0"
},
"scripts": {
"gulp": "gulp"
},
"name": "Spirit",
"version": "1.0.0",
"repository": "https://github.com/nitely/Spirit.git",
"author": "nitely <ecastroborsani@gmail.com>",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}