-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
101 lines (101 loc) · 3.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "free-roam",
"private": true,
"scripts": {
"dist": "./bin/dist.sh",
"sw": "./bin/sw.sh",
"test": "./bin/test.sh",
"test-functional": "./bin/test_functional.sh",
"start": "./bin/start.sh",
"dev": "./bin/dev.sh",
"watch": "./bin/watch.sh",
"sauce-tunnel": "./bin/sauce_tunnel.sh",
"demo-api": "./node_modules/coffee-script/bin/coffee demo_api.coffee"
},
"devDependencies": {
"autoprefixer": "^9.4.4",
"b-assert": "^0.1.4",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "^0.9.0",
"coffeelint": "^2.1.0",
"coffeescript": "^1.12.7",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"del": "^3.0.0",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-coffeelint": "^0.6.0",
"gulp-gcloud-publish": "^2.1.1",
"gulp-gzip": "^1.4.2",
"gulp-manifest": "^0.1.1",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-sizereport": "^1.2.1",
"gulp-util": "^3.0.8",
"hard-source-webpack-plugin": "^0.13.1",
"mini-css-extract-plugin": "^0.5.0",
"postcss-loader": "^3.0.0",
"speed-measure-webpack-plugin": "^1.2.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"uuid": "^3.3.2",
"vtree-query": "^0.2.0",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.14",
"webpack-handle-css-loader": "^3.0.1",
"webpack-stream": "^5.2.1",
"webpack-visualizer-plugin": "^0.1.11",
"yargs": "^12.0.5"
},
"dependencies": {
"assert-none-missing": "git://github.com/claydotio/assert-none-missing.git",
"bluebird": "^3.4.6",
"body-parser": "^1.14.1",
"chartist": "^0.11.0",
"clay-environment": "git://github.com/claydotio/clay-environment.git",
"clay-request": "git://github.com/claydotio/clay-request.git",
"coffee-script": "^1.12.7",
"compression": "^1.6.0",
"cookie": "^0.2.4",
"cookie-parser": "^1.4.0",
"exoid": "git://github.com/claydotio/exoid.git",
"express": "^4.13.3",
"fingerprintjs": "^0.5.3",
"firebase": "^5.7.0",
"geodist": "^0.2.1",
"helmet": "^3.15.0",
"http-hash": "^2.0.0",
"iscroll": "git://github.com/claydotio/iscroll.git",
"isuuid": "^0.1.0",
"location-router": "git://github.com/claydotio/location-router.git",
"lodash": "^4.17.2",
"loga": "^0.1.4",
"normalize-styl": "^4.1.1",
"portal-gun": "git://github.com/claydotio/portal-gun.git",
"promiz": "^1.0.4",
"qs": "^5.2.0",
"remark-parse": "^6.0.3",
"remark-vdom": "^5.0.0",
"rxjs": "^5.4.3",
"semver-compare": "^1.0.0",
"simpleheat": "^0.4.0",
"socket.io-client": "^2.0.4",
"style-loader": "^0.23.1",
"supports-webp": "^1.0.3",
"transition-event": "^1.0.0",
"unified": "^7.0.2",
"uuid-by-string": "^0.5.2",
"vdom-parser": "^1.4.1",
"virtual-dom": "^2.1.1",
"whatwg-fetch": "^0.10.1",
"xhr-request": "^1.1.0",
"zorium": "git://github.com/claydotio/zorium.git"
},
"directories": {
"test": "test"
},
"author": "",
"version": "0.0.1"
}