-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.07 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
34
35
36
37
38
39
40
41
{
"name": "daisyjs",
"version": "1.0.0",
"description": "Web animation javascript plugin for beautiful background particle systems. The Maintained and LTS version of popular Particleground.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarenGonzaga/daisy.js.git"
},
"keywords": [
"momoland",
"javascript",
"js",
"animations",
"particle",
"plugin"
],
"author": "Waren Gonzaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/WarenGonzaga/daisy.js/issues"
},
"homepage": "https://github.com/WarenGonzaga/daisy.js#readme",
"demo": "https://daisyjs.warengonzaga.com/",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.1.0",
"gulp-options": "^1.1.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"readable-stream": "^3.5.0"
},
"dependencies": {}
}