-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.76 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "whatever.co",
"version": "1.2.0",
"description": "whatever.co",
"author": "Saqoosha",
"license": "MIT",
"homepage": "https://whatever.co/",
"scripts": {
"start": "grunt",
"build": "grunt build",
"deploy": "grunt deploy",
"serve": "coffee run.coffee"
},
"devDependencies": {
"babyparse": "0.4.6",
"browserify": "16.5.0",
"browserify-shim": "3.8.14",
"browsernizr": "2.3.0",
"classnames": "2.2.6",
"coffeeify": "3.0.1",
"coffeescript": "2.4.1",
"compression": "1.7.4",
"express": "4.17.1",
"google-maps": "3.3.0",
"grunt": "1.0.4",
"grunt-autoprefixer": "3.0.4",
"grunt-browserify": "5.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-express": "1.4.1",
"grunt-parallel": "0.5.1",
"grunt-rsync": "2.0.1",
"jquery": "3.5.0",
"jquery.transit": "0.9.12",
"mobile-detect": "1.4.4",
"moment": "2.24.0",
"ngrok": "2.3.0",
"object-assign": "4.1.1",
"open": "6.4.0",
"react": "0.12.2",
"react-document-title": "0.1.3",
"react-router": "0.11.6",
"reactify": "0.17.1",
"request": "2.88.0",
"tween.js": "16.6.0",
"underscore": "1.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dot-by-dot-inc/whatever.co-2019.git"
},
"bugs": {
"url": "https://github.com/dot-by-dot-inc/whatever.co-2019/issues"
},
"browserify-shim": {
"./src/components/Dots/quadtree.js": "QUAD",
"./src/components/Dots/Detector.js": "Detector"
},
"engines": {
"node": "4.9.1",
"npm": "6.11.3"
},
"dependencies": {
"clipboard": "2.0.4"
}
}