forked from potree/potree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 888 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": "@3dr/potree",
"version": "1.6.4",
"description": "WebGL point cloud viewer",
"main": "build/potree/potree.js",
"files": [
"build",
"libs",
"resources",
"src"
],
"scripts": {
"lint": "eslint src",
"test": "npm run lint",
"prepublishOnly": "gulp build"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-happiness": "^10.2.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "~3.9.1",
"gulp-concat": "~2.1.7",
"gulp-connect": "^2.3.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "~1.0.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.20",
"jshint": "^2.9.5",
"through": "~2.3.4"
},
"author": "Markus Schütz",
"license": "BSD-2-CLAUSE"
}