-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_old.json
118 lines (118 loc) · 3.6 KB
/
package_old.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "fam",
"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-loader": "^3.1.0",
"b-assert": "^0.1.2",
"browser-builtins": "^3.3.1",
"clay-coffeescript-style-guide": "^1.1.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.7",
"coffeelint": "^1.13.1",
"cors": "^2.7.1",
"css-loader": "^0.25.0",
"del": "^2.0.2",
"exoid-router": "^0.2.2",
"extract-text-webpack-plugin": "^0.9.1",
"flare-gun": "^0.6.5",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-coffeelint": "^0.5.0",
"gulp-manifest": "^0.1.1",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-s3-upload": "^1.6.6",
"gulp-sequence": "^0.4.6",
"gulp-util": "^3.0.8",
"json-loader": "^0.5.2",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.3.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.8.1",
"memwatch-next": "^0.3.0",
"mocha": "^2.3.2",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.18",
"saucelabs": "^1.0.1",
"style-loader": "^0.13.1",
"stylus-loader": "^2.3.1",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"uuid": "^2.0.3",
"vtree-query": "^0.2.0",
"webdriverio": "^3.2.6",
"webpack": "^1.12.4",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^1.12.1",
"webpack-stream": "^2.1.0",
"webpack-visualizer-plugin": "^0.1.11",
"yargs": "^10.0.3",
"zock": "^0.2.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",
"compression": "^1.6.0",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.0",
"exoid": "git://github.com/claydotio/exoid.git",
"express": "^4.13.3",
"fingerprintjs": "^0.5.3",
"firebase": "^4.13.1",
"helmet": "^0.14.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": "^3.0.3",
"portal-gun": "git://github.com/claydotio/portal-gun.git",
"promiz": "^1.0.4",
"qs": "^5.2.0",
"remark": "^9.0.0",
"remark-vdom": "^5.0.0",
"rxjs": "^5.4.3",
"semver-compare": "^1.0.0",
"setimmediate": "^1.0.5",
"socket.io-client": "^2.0.4",
"supports-webp": "^1.0.3",
"transition-event": "^1.0.0",
"uuid-by-string": "^0.5.2",
"vdom-parser": "^1.4.1",
"virtual-dom": "^2.1.1",
"whatwg-fetch": "^0.10.1",
"zorium": "git://github.com/claydotio/zorium.git"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/claydotio/zorium-seed.git"
},
"author": "Zolmeister (https://zolmeister.com/)",
"bugs": {
"url": "https://github.com/claydotio/zorium-seed/issues"
},
"homepage": "https://github.com/claydotio/zorium-seed",
"version": "0.0.1"
}