-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 1.11 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
33
{
"name": "web-esheep",
"version": "0.9.2",
"description": "Add a walking pet (sheep to your home page) with just a few lines of code! Will add a lovely sheep (stray sheep) and this will walk around your page and over all <hr>s and <div>s with a border. You can also select another animation, using your personal XML file or one from the database.",
"main": "index.js",
"repository": "[email protected]:Adrianotiger/web-esheep.git",
"author": "Kelvin Au <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"camelcase": "8.0.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-minify": "3.1.0",
"gulp-sourcemaps": "3.0.0",
"object.assign": "4.1.4",
"yargs-parser": "21.1.1"
},
"scripts": {
"build": "gulp build --gulpfile build/gulpfile.js"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"glob-parent": "^6.0.2",
"lodash": "4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "9.0.3",
"npm": "^10.2.1"
},
"packageManager": "[email protected]"
}