-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 953 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 953 Bytes
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
{
"name": "map-generator",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "eslint app.js",
"build": "babel src -s -D -d dist --presets es2015,stage-0",
"start": "nodemon ./bin/www --exec babel-node --max-old-space-size=2048 --presets es2015,stage-2"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"jade": "~1.11.0",
"math-cos": "^1.0.0",
"math-sin": "^1.0.0",
"math-tan": "^1.0.0",
"mathjs": "^3.16.1",
"morgan": "~1.7.0",
"processing-js": "^1.6.6",
"serve-favicon": "~2.3.0",
"simplex-noise": "^2.3.0",
"tooloud": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.11.0"
},
"main": "app.js",
"license": "MIT"
}