This repository was archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.75 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
{
"name": "dotby.jp",
"version": "1.2.0",
"description": "dotby.jp",
"author": "Saqoosha",
"license": "MIT",
"homepage": "https://dotby.jp/",
"scripts": {
"start": "grunt",
"serve": "coffee run.coffee"
},
"devDependencies": {
"babyparse": "~0.4.1",
"browserify": "^14.5.0",
"browserify-shim": "~3.8.1",
"browsernizr": "^2.2.0",
"classnames": "^2.2.5",
"coffeeify": "^3.0.0",
"coffeescript": "^1.12.7",
"compression": "^1.7.1",
"express": "^4.16.2",
"gl-matrix": "^2.4.0",
"google-maps": "^3.2.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-browserify": "~3.2.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express": "^1.4.1",
"grunt-parallel": "^0.5.1",
"grunt-rsync": "^2.0.1",
"jquery": "^3.3.1",
"jquery.transit": "^0.9.12",
"mobile-detect": "^1.3.7",
"moment": "^2.19.1",
"ngrok": "^2.2.23",
"object-assign": "^4.1.1",
"open": "0.0.5",
"react": "~0.12.1",
"react-document-title": "~0.1.3",
"react-router": "~0.11.4",
"reactify": "~0.17.1",
"request": "^2.83.0",
"snapsvg": "^0.4.0",
"three": "~0.69.0",
"tween.js": "^16.6.0",
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/dot-by-dot-inc/dotby.jp-2015.git"
},
"bugs": {
"url": "https://github.com/dot-by-dot-inc/dotby.jp-2015/issues"
},
"browserify-shim": {
"./src/components/Dots/quadtree.js": "QUAD",
"./src/components/Dots/Detector.js": "Detector"
},
"engines" : {
"node":"4.4.3",
"npm":"2.15.1"
}
}