-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 899 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
{
"name": "CodeRadarVisualization",
"description": "3D visualization for code structure and code quality",
"author": "Philippe Schild",
"repository": {
"type": "git",
"url": "https://github.com/pschild/CodeRadarVisualization.git"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register test/**/test*.js"
},
"dependencies": {
"axios": "^0.19.0",
"binpacking": "0.0.1",
"chroma-js": "^1.2.1",
"normalize.css": "^5.0.0",
"pubsub-js": "^1.5.4",
"three": "^0.81.2",
"tween.js": "^16.3.5"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.1.1",
"mocha": "^3.1.2",
"sinon": "^1.17.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}