-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
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
43
{
"name": "cell-growth",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@types/d3": "^5.7.2",
"browserfy": "^1.0.0",
"browserify": "^16.5.0",
"d3": "^5.15.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"idb": "^6.0.0",
"number-to-words": "^1.2.4",
"protobufjs": "^6.10.1",
"quickselect.js": "^0.1.4",
"tsc": "^1.20150623.0",
"tsify": "^4.0.1",
"typescript": "^3.7.4",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visdesignlab/cell-growth.git"
},
"author": "Devin Lange",
"license": "ISC",
"bugs": {
"url": "https://github.com/visdesignlab/cell-growth/issues"
},
"homepage": "https://github.com/visdesignlab/cell-growth#readme",
"devDependencies": {
"gulp-minify": "^3.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"vinyl-buffer": "^1.0.1"
}
}