-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 995 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
38
39
40
41
{
"name": "yaban",
"version": "0.1.0",
"description": "Procedural island generation",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack",
"test": "webpack-dev-server --config=webpack.test.config.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/cevherkarakoc/Yaban.git"
},
"dependencies": {
"p5": "^0.5.7"
},
"keywords": [
"island",
"map",
"procedural"
],
"author": "cevherkarakoc",
"license": "MIT",
"bugs": {
"url": "https://github.com/cevherkarakoc/Yaban/issues"
},
"homepage": "https://github.com/cevherkarakoc/Yaban#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.3.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}