Skip to content

Commit 6a51adb

Browse files
package
1 parent ef3428e commit 6a51adb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@
33
"version": "1.0.0",
44
"description": "Vue.js component for particles backgrounds",
55
"author": "creotip@gmail.com",
6-
"private": true,
6+
"license": "MIT",
7+
"bugs": {
8+
"url": "https://github.com/creotip/vue-particles/issues"
9+
},
10+
"homepage": "http://vue-particles.netlify.com/",
11+
"keywords": [
12+
"vue",
13+
"vuejs",
14+
"vue.js",
15+
"vue-component",
16+
"particles.js",
17+
"particles",
18+
"vue-particles"
19+
],
720
"scripts": {
821
"dev": "node build/dev-server.js",
922
"start": "node build/dev-server.js",
@@ -50,7 +63,6 @@
5063
"optimize-css-assets-webpack-plugin": "^1.3.0",
5164
"ora": "^1.2.0",
5265
"particles.js": "^2.0.0",
53-
"prerender-spa-plugin": "^2.0.1",
5466
"rimraf": "^2.6.0",
5567
"sass-loader": "^6.0.3",
5668
"semver": "^5.3.0",

0 commit comments

Comments
 (0)