forked from wufe/react-particles-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.95 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_args": [
[
"react-particles-js@2.6.0",
"/Users/josh/Documents/Live/Background/Particles/V1"
]
],
"_from": "react-particles-js@2.6.0",
"_id": "react-particles-js@2.6.0",
"_inBundle": false,
"_integrity": "sha512-icRvb4HyoSyypBPWhWFfjgUpOb9/Sk166U4YL25qRBnOrkJp+twyggIg3Nl+MCTybJ9petqMiV8wv3t6oo81kw==",
"_location": "/react-particles-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-particles-js@2.6.0",
"name": "react-particles-js",
"escapedName": "react-particles-js",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-particles-js/-/react-particles-js-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "/Users/josh/Documents/Live/Background/Particles/V1",
"author": {
"name": "Simone",
"email": "simone.bembi@gmail.com"
},
"bugs": {
"url": "https://github.com/Wufe/react-particles-js/issues"
},
"dependencies": {
"lodash": "^4.17.11"
},
"description": "Reactified particles.js",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/lodash": "^4.14.123",
"@types/node": "^8.0.32",
"@types/react": "^16.0.8",
"babel-loader": "^8.0.0",
"react-dom": "^16.0.0",
"ts-loader": "^4.4.2",
"ts-node": "^3.3.0",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.5.4"
},
"homepage": "https://github.com/Wufe/react-particles-js#readme",
"license": "MIT",
"main": "lib/particles.js",
"name": "react-particles-js",
"peerDependencies": {
"react": "^16.0.0"
},
"repository": {
"url": "git+https://github.com/Wufe/react-particles-js.git",
"type": "git"
},
"scripts": {
"compile": "webpack",
"compile:production": "NODE_ENV=production webpack"
},
"types": "index.d.ts",
"version": "2.6.0"
}