File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ key | option type / notes | example
213
213
214
214
### ` Packages install `
215
215
216
+ ##### *** npm***
217
+ ```
218
+ npm install particles.js
219
+ ```
220
+
216
221
##### *** Bower***
217
222
```
218
223
bower install particles.js --save
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " particles.js" ,
3
+ "version" : " 2.0.0" ,
4
+ "description" : " A lightweight JavaScript library for creating particles" ,
5
+ "homepage" : " http://vincentgarreau.com/particles.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/VincentGarreau/particles.js.git"
12
+ },
13
+ "keywords" : [
14
+ " particles" ,
15
+ " particle" ,
16
+ " canvas"
17
+ ],
18
+ "author" : " Vincent Garreau" ,
19
+ "license" : " MIT" ,
20
+ "files" : [
21
+ " particles.js" ,
22
+ " particles.min.js"
23
+ ],
24
+ "bugs" : {
25
+ "url" : " https://github.com/VincentGarreau/particles.js/issues"
26
+ },
27
+ "homepage" : " https://github.com/VincentGarreau/particles.js"
28
+ }
You can’t perform that action at this time.
0 commit comments