-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
157 lines (157 loc) · 4.11 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "instant-skeleton",
"version": "4.2.0",
"description": "The Best, Most Opinionated Realtime Framework to Lift Heavy Functionality Lightening Quick with Node.JS",
"main": "build/server/main.js",
"engines": {
"node": ">= 5.10.0"
},
"scripts": {
"pretest": "node --harmony `which gulp` build:test",
"test": "NODE_ENV=test npm run unit",
"docs": "groc --github ![node_modules/] server/main.ls {server,shared,client}/**.ls README.md",
"start": "bin/start",
"stop": "bin/stop",
"restart": "bin/restart",
"unit": "mocha -R nyan --harmony --compilers ls:livescript",
"coverage": "mocha -r blanket -R html-cov --harmony --compilers ls:livescript > build/coverage.html && open build/coverage.html",
"clean": "node --harmony `which gulp` clean"
},
"repository": {
"type": "git",
"url": "git://github.com/DimensionSoftware/instant-skeleton.git"
},
"keywords": [
"Dimension",
"Software",
"Instant",
"Skeleton",
"Best",
"Most",
"Opinionated",
"Realtime",
"Framework",
"Lift",
"Heavy",
"Functionality",
"Lightening",
"Quick",
"Node.JS",
"Meteor",
"Derby",
"JS"
],
"author": "Dimension Software <[email protected]> (https://dimensionsoftware.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/DimensionSoftware/instant-skeleton/issues"
},
"homepage": "https://github.com/DimensionSoftware/instant-skeleton",
"config": {
"keys": [
"iAsNHei275_#@$#%^&"
],
"node_port": 8080,
"dev_port": 8081,
"database": "test",
"rethinkdb_port": 28015,
"title": "Instant Skeleton | by DimensionSoftware.com",
"domain": "develop.com",
"cache_url": "//cache%n.%domain",
"development": {
"limits": {
"max": 0,
"whiteList": [
"::ffff:127.0.0.1"
]
}
},
"test": {},
"production": {
"database": "production",
"domain": "develop.com",
"cacheUrl": "//%domain",
"limits": {
"blackList": [],
"duration": 60000,
"max": 1000,
"whiteList": [
"::ffff:127.0.0.1"
]
}
},
"blanket": {
"pattern": [
"build/server/main.js"
],
"data-cover-never": "node_modules"
}
},
"dependencies": {
"classnames": "^2.2.5",
"co": "^4.6.0",
"css-loader": "^0.24.0",
"dotenv": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"immstruct": "^2.0.0",
"immutable": "^3.8.1",
"keygrip": "^1.0.1",
"koa": "^1.2.1",
"koa-better-ratelimit": "^2.1.2",
"koa-generic-session": "^1.11.3",
"koa-helmet": "^1.0.0",
"koa-locals": "^0.3.0",
"koa-logger": "^1.3.0",
"koa-pug": "^3.0.0-0",
"koa-router": "^5.4.0",
"koa-static-cache": "^3.1.7",
"livescript": "^1.5.0",
"livescript-loader": "^0.1.5",
"moment": "^2.14.1",
"nib": "~1.1.2",
"omnipotent": "^1.2.1",
"omniscient": "^4.1.1",
"pm2": "^1.1.3",
"prelude-ls": "^1.1.2",
"pretty-error": "^2.0.0",
"react": "^15.3.1",
"react-async": "DimensionSoftware/react-async#react-15.x.x",
"react-dom": "^15.3.1",
"react-rethinkdb": "^0.6.0",
"react-router-component": "^0.36.0",
"replacestream": "^4.0.2",
"rethinkdb-websocket-server": "^0.6.0",
"rethinkdbdash": "^2.3.21",
"shelljs": "^0.7.4",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"superagent": "^2.3.0",
"throttle-debounce": "^1.0.1",
"tls": "0.0.1",
"uuid": "^2.0.2",
"webpack": "^1.13.2",
"webpack-sources": "^0.1.2",
"ws": "^1.1.1"
},
"devDependencies": {
"blanket": "^1.2.3",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-exit": "0.0.2",
"gulp-livescript": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-shell": "^0.5.2",
"gulp-stylus": "^2.5.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"webpack-stream": "^3.2.0",
"mocha": "^3.0.2",
"open": "0.0.5",
"react-hot-loader": "^1.3.0",
"sinon": "^1.17.5",
"supertest": "^2.0.0",
"webpack-dev-server": "^1.15.1"
}
}