Skip to content

Commit ef05b2e

Browse files
npm package
1 parent e8f76d5 commit ef05b2e

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ key | option type / notes | example
213213

214214
### `Packages install`
215215

216+
##### ***npm***
217+
```
218+
npm install particles.js
219+
```
220+
216221
##### ***Bower***
217222
```
218223
bower install particles.js --save

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
}

0 commit comments

Comments
 (0)