forked from sunsistemo/sunsistemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 928 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
42
{
"name": "sunsistemo",
"version": "0.0.0",
"description": "Simulation of the solar system",
"scripts": {
"start": "webpack-dev-server",
"prepublish": "webpack",
"prestart": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sunsistemo/sunsistemo.git"
},
"keywords": [
"solar",
"system",
"gravity",
"sunsistemo"
],
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/sunsistemo/sunsistemo/issues"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"webpack": "^2.2.0",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"d3": "^3.5.17",
"three": "^0.84.0",
"three-orbit-controls": "^82.1.0"
},
"babel": {
"presets": [
["es2015", { "modules": false }]
]
}
}