-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 774 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
{
"name": "circlemagic",
"version": "0.1.0",
"description": "bubble effect on javascript",
"main": "circleMagic.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreAK19/circleMagic.js.git"
},
"keywords": [
"circlemagic",
"bubble effect",
"animated background"
],
"author": "Andrew Kiri4encko",
"license": "MIT",
"homepage": "https://github.com/FreAK19/circleMagic.js#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat-css": "^2.3.0",
"gulp-csso": "^3.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.2.0",
"gulp-jsmin": "^0.1.5",
"gulp-rename": "^1.2.2"
}
}