-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 945 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
{
"name": "moon",
"version": "1.0.0",
"description": "Moon Data Visualization",
"main": "server.js",
"dependencies": {
"dat-gui": "^0.5.0",
"express": "^4.14.0",
"gsap": "^1.19.0",
"newrelic": "^1.33.0",
"request": "^2.78.0",
"three-js": "^79.0.0",
"three-orbit-controls": "^72.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"watchify": "watchify -v -t [babelify --presets es2015] src/lib/app.js --noParse ./node-modules/three-js -o dist/app.js"
},
"keywords": [
"moon",
"data",
"vis"
],
"repository": {
"type": "git",
"url": "https://github.com/MichaelHazani/moonwork.git"
},
"author": "Michael Hazani",
"license": "ISC"
}