-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·81 lines (81 loc) · 2.13 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@lcluber/roostrjs",
"version": "0.5.12",
"description": "WebGL 3D engine written in TypeScript",
"keywords": [
"WebGL 3D engine"
],
"homepage": "http://roostrjs.lcluber.com",
"main": "dist/roostr",
"types": "dist/roostr",
"bugs": {
"url": "https://github.com/LCluber/RoostR.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/LCluber/RoostR.js.git"
},
"license": "MIT",
"author": {
"name": "Ludovic Cluber",
"url": "http://www.lcluber.com/",
"email": "http://www.lcluber.com/contact"
},
"contributors": [],
"scripts": {
"start": "node ./bin/www"
},
"files": [
"dist/"
],
"dependencies": {
"body-parser": "1.16.1",
"cookie-parser": "1.4.3",
"express": "4.14.1",
"i18next": "4.0.0",
"i18next-express-middleware": "1.0.2",
"i18next-node-fs-backend": "2.1.3",
"morgan": "1.8.1",
"pug": "2.0.0-beta11",
"serve-favicon": "2.4.0",
"@lcluber/type6js": "3.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.3.1",
"@lcluber/frameratjs": "0.4.1",
"@lcluber/orbisjs": "0.9.2",
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"bootstrap": "3.3.7",
"connect-livereload": "0.6.0",
"grunt": "1.0.1",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "2.2.0",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-pug": "1.0.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-nodemon": "0.4.2",
"grunt-open": "0.2.3",
"grunt-rollup": "9.0.0",
"grunt-sass": "3.1.0",
"grunt-strip-code": "1.0.6",
"grunt-ts": "5.5.1",
"grunt-tslint": "5.0.1",
"grunt-typedoc": "0.2.4",
"jquery": "3.2.1",
"jquery-easing": "0.0.1",
"rollup-plugin-babel": "3.0.4",
"rollup-plugin-node-resolve": "3.3.0",
"node-sass": "6.0.0",
"time-grunt": "1.4.0",
"tslint": "5.20.1",
"typedoc": "0.17.7",
"typescript": "3.9.5"
}
}