-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 978 Bytes
/
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
{
"name": "babylonjs-godrays",
"version": "1.0.12",
"description": "Performant and lightweight god rays effect for BabylonJS based on geometry",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "rollup -c",
"watch": "rollup -cw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evolution-gaming/BabylonJS-Godrays"
},
"keywords": [
"god rays",
"babylon",
"babylonjs",
"god",
"rays"
],
"author": "Denis Radin",
"license": "MIT",
"bugs": {
"url": "https://github.com/evolution-gaming/BabylonJS-Godraysissues"
},
"homepage": "https://github.com/evolution-gaming/BabylonJS-Godrays#readme",
"devDependencies": {
"rollup": "^0.67.1",
"rollup-plugin-typescript2": "^0.18.0",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"babylonjs": "^3.3.0"
}
}