forked from Gaia3D/mago3djs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
53
{
"name": "mago3djs",
"version": "1.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.3",
"del": "^3.0.0",
"eslint": "^5.13.0",
"eslint-plugin-react": "^7.12.4",
"express": "^4.16.4",
"globby": "^9.0.0",
"glsl-strip-comments": "^1.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-jsdoc3": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"jasmine-core": "^3.3.0",
"jshint": "^2.10.1",
"jshint-stylish": "^2.2.1",
"karma": "^4.0.0",
"karma-browserify": "^6.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-html-reporter": "^0.2.7",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"mkdirp": "^0.5.1",
"mocha": "^5.0.1",
"request": "^2.88.0",
"requirejs": "^2.3.6",
"rimraf": "^2.6.3",
"uglify-es": "^3.3.9",
"watchify": "^3.10.0",
"yargs": "^13.1.0"
}
}