-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
52 lines (52 loc) · 1.35 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mago3djs",
"version": "2.0.0",
"description": "Generated with Eclipse npm Tools",
"main": "mago3d.js",
"scripts": {
"test": "jasmine",
"start": "node server.js"
},
"author": "Gaia3d",
"license": "Apache-2.0",
"devDependencies": {
"browserify": "^16.2.3",
"chai": "^4.2.0",
"compression": "^1.7.4",
"del": "^5.0.0",
"eslint": "^6.0.0",
"eslint-plugin-react": "^7.12.4",
"express": "^4.16.4",
"globby": "^10.0.0",
"glsl-strip-comments": "^1.0.0",
"gulp": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-if": "^3.0.0",
"gulp-jsdoc3": "^2.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.4.0",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"karma": "^5.0.0",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^3.1.1",
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"mkdirp": "^1.0.4",
"mocha": "^7.0.1",
"request": "^2.88.0",
"requirejs": "^2.3.6",
"rimraf": "^3.0.0",
"uglify-es": "^3.3.9",
"watchify": "^3.11.1",
"yargs": "^15.0.1"
}
}